#64152C

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

Shades of Pohutukawa #64152C

Tints of Pohutukawa #64152C

Color information

#64152C (or 0x64152C) is unknown color: approx Pohutukawa. HEX triplet: 64, 15 and 2C. RGB value is (100,21,44). Sum of RGB (Red+Green+Blue) = 100+21+44=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #64152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64152C is #9BEAD3. Grayscale: #2F2F2F. Windows color (decimal): -10218196 or 2889060. OLE color: 2889060.

HSL color Cylindrical-coordinate representation of color #64152C: hue angle of 342.53º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #64152C is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.61.

Color convert

RGB1002144-
CMYK00.790.560.61
HSL342.53º65.29%23.73%-
HSV(B)342.53º79%39.22%-
XYZ5.983.432.73-
YUV47.24126.17165.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.61%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 44 (17.58% from 255) = 26.67%
R=60.61%
G=12.73%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100214400.790.560.61342.5365.2923.73
Hex64152C04F383D1574118
Octal14425540117707552710130
Binary11001001010110110001001111111000111101101010111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64152C; }

 p { color: rgb(100,21,44); }

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

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

 a { background-color: rgb(100,21,44); }

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

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

 span { border-color: rgb(100,21,44); }

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