#64192E

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

Shades of Pohutukawa #64192E

Tints of Pohutukawa #64192E

Color information

#64192E (or 0x64192E) is unknown color: approx Pohutukawa. HEX triplet: 64, 19 and 2E. RGB value is (100,25,46). Sum of RGB (Red+Green+Blue) = 100+25+46=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #64192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64192E is #9BE6D1. Grayscale: #313131. Windows color (decimal): -10217170 or 3021156. OLE color: 3021156.

HSL color Cylindrical-coordinate representation of color #64192E: hue angle of 343.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64192E is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB1002546-
CMYK00.750.540.61
HSL343.2º60%24.51%-
HSV(B)343.2º75%39.22%-
XYZ6.13.62.96-
YUV49.82125.85163.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.48%
GREEN value IS 25 (10.16% from 255) = 14.62%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=58.48%
G=14.62%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100254600.750.540.61343.26024.51
Hex64192E04B363D1573c19
Octal1443156011366755277431
Binary1100100110011011100100101111011011110110101011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64192E; }

 p { color: rgb(100,25,46); }

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

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

 a { background-color: rgb(100,25,46); }

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

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

 span { border-color: rgb(100,25,46); }

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