#64212B

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

Shades of Pohutukawa #64212B

Tints of Pohutukawa #64212B

Color information

#64212B (or 0x64212B) is unknown color: approx Pohutukawa. HEX triplet: 64, 21 and 2B. RGB value is (100,33,43). Sum of RGB (Red+Green+Blue) = 100+33+43=176 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.82% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 100 - color contains mainly: red. Hex color #64212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64212B is #9BDED4. Grayscale: #363636. Windows color (decimal): -10215125 or 2826596. OLE color: 2826596.

HSL color Cylindrical-coordinate representation of color #64212B: hue angle of 351.04º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64212B is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.61.

Color convert

RGB1003343-
CMYK00.670.570.61
HSL351.04º50.38%26.08%-
HSV(B)351.04º67%39.22%-
XYZ6.243.972.72-
YUV54.17121.7160.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 56.82%
GREEN value IS 33 (13.28% from 255) = 18.75%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=56.82%
G=18.75%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100334300.670.570.61351.0450.3826.08
Hex64212B043393D15f321a
Octal1444153010371755376232
Binary11001001000011010110100001111100111110110101111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64212B; }

 p { color: rgb(100,33,43); }

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

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

 a { background-color: rgb(100,33,43); }

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

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

 span { border-color: rgb(100,33,43); }

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