#64141D

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

Shades of Pohutukawa #64141D

Tints of Pohutukawa #64141D

Color information

#64141D (or 0x64141D) is unknown color: approx Pohutukawa. HEX triplet: 64, 14 and 1D. RGB value is (100,20,29). Sum of RGB (Red+Green+Blue) = 100+20+29=149 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.11% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 29 (11.72% from 255 or 19.46% from 149); Max value from RGB is 100 - color contains mainly: red. Hex color #64141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64141D is #9BEBE2. Grayscale: #2C2C2C. Windows color (decimal): -10218467 or 1905764. OLE color: 1905764.

HSL color Cylindrical-coordinate representation of color #64141D: hue angle of 353.25º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64141D is Cyan = 0, Magento = 0.8, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB1002029-
CMYK00.80.710.61
HSL353.25º66.67%23.53%-
HSV(B)353.25º80%39.22%-
XYZ5.733.31.5-
YUV44.95119167.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 67.11%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 29 (11.72% from 255) = 19.46%
R=67.11%
G=13.42%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100202900.80.710.61353.2566.6723.53
Hex64141D050473D1614318
Octal144243501201077554110330
Binary11001001010011101010100001000111111101101100001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64141D; }

 p { color: rgb(100,20,29); }

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

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

 a { background-color: rgb(100,20,29); }

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

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

 span { border-color: rgb(100,20,29); }

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