Html Css Color HEX #64061D Pohutukawa

📋 copy color: '#64061D'

red 100 ◦ green 6 ◦ blue 29

#64061D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #64061D

Tints of Pohutukawa #64061D

RGB

 RED value IS 100 (39.45% from 255) = 74.07%

 GREEN value IS 6 (2.73% from 255) = 4.44%

 BLUE value IS 29 (11.72% from 255) = 21.48%

R = 74.07%
G = 4.44%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#64061D (or 0x64061D) is known color: Pohutukawa. HEX triplet: 64, 06 and 1D. RGB value is (100,6,29). Sum of RGB (Red+Green+Blue) = 100+6+29=135 (17% of max value = 765). Red value is 100 (39.45% from 255 or 74.07% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 100 - color contains mainly: red. Hex color #64061D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64061D is #9BF9E2. Grayscale: #242424. Windows color (decimal): -10222051 or 1902180. OLE color: 1902180.

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

Color convert

RGB 100 6 29 -
CMYK 0 0.94 0.71 0.61
HSL 345.32º 0.89% 0.21% -
HSV(B) 345.32º 0.94% 0.39% -
XYZ 5.54 2.93 1.44 -
YUV 36.73 123.64 173.13 -
System Red Green Blue C M Y K H S L
Decimal 100 6 29 0 0.94 0.71 0.61 345.32 0.89 0.21
Hex 64 6 1D 0 5E 47 3D 159 59 15
Octal 144 6 35 0 136 107 75 531 131 25
Binary 1100100 110 11101 0 1011110 1000111 111101 101011001 1011001 10101

Color Harmonies of #64061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64061D

Black with #64061D

Text Example


Text Example

White with #64061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64061D;
 }
 .AnyTagClassName
 {
   color: #64061D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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