#64181B

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

Shades of Pohutukawa #64181B

Tints of Pohutukawa #64181B

Color information

#64181B (or 0x64181B) is unknown color: approx Pohutukawa. HEX triplet: 64, 18 and 1B. RGB value is (100,24,27). Sum of RGB (Red+Green+Blue) = 100+24+27=151 (20% of max value = 765). Red value is 100 (39.45% from 255 or 66.23% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 100 - color contains mainly: red. Hex color #64181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64181B is #9BE7E4. Grayscale: #2F2F2F. Windows color (decimal): -10217445 or 1775716. OLE color: 1775716.

HSL color Cylindrical-coordinate representation of color #64181B: hue angle of 357.63º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64181B is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB1002427-
CMYK00.760.730.61
HSL357.63º61.29%24.31%-
HSV(B)357.63º76%39.22%-
XYZ5.783.441.4-
YUV47.07116.68165.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 66.23%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 27 (10.94% from 255) = 17.88%
R=66.23%
G=15.89%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100242700.760.730.61357.6361.2924.31
Hex64181B04C493D1663d18
Octal14430330114111755467530
Binary1100100110001101101001100100100111110110110011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,24,27); }

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

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

 a { background-color: rgb(100,24,27); }

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

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

 span { border-color: rgb(100,24,27); }

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