#642028

Color #642028 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #642028

Tints of Pohutukawa #642028

Color information

#642028 (or 0x642028) is unknown color: approx Pohutukawa. HEX triplet: 64, 20 and 28. RGB value is (100,32,40). Sum of RGB (Red+Green+Blue) = 100+32+40=172 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.14% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 100 - color contains mainly: red. Hex color #642028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642028 is #9BDFD7. Grayscale: #353535. Windows color (decimal): -10215384 or 2629732. OLE color: 2629732.

HSL color Cylindrical-coordinate representation of color #642028: hue angle of 352.94º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642028 is Cyan = 0, Magento = 0.68, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB1003240-
CMYK00.680.60.61
HSL352.94º51.52%25.88%-
HSV(B)352.94º68%39.22%-
XYZ6.163.92.43-
YUV53.24120.53161.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 58.14%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 40 (16.02% from 255) = 23.26%
R=58.14%
G=18.60%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100324000.680.60.61352.9451.5225.88
Hex6420280443C3D161341a
Octal1444050010474755416432
Binary11001001000001010000100010011110011110110110000111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642028; }

 p { color: rgb(100,32,40); }

 H1.HeaderClassName
 {
   color: #642028;
 }
 .AnyTagClassName
 {
   color: #642028;
 }
</style>
background-color css

<style>
 a { background-color: #642028; }

 a { background-color: rgb(100,32,40); }

 div.DivClassName
 {
   background-color: #642028;
 }
 .BgClassName
 {
   background-color: #642028;
 }
</style>
border-color css

<style>
 span { border-color: #642028; }

 span { border-color: rgb(100,32,40); }

 td.TdClassName
 {
   border-color: #642028;
 }
 .TagClassName
 {
   border-color: #642028;
 }
</style>