Html Css Color HEX #64171D Pohutukawa

📋 copy color: '#64171D'

red 100 ◦ green 23 ◦ blue 29

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

Shades of Pohutukawa #64171D

Tints of Pohutukawa #64171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.13%

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

R = 65.79%
G = 15.13%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#64171D (or 0x64171D) is known color: Pohutukawa. HEX triplet: 64, 17 and 1D. RGB value is (100,23,29). Sum of RGB (Red+Green+Blue) = 100+23+29=152 (20% of max value = 765). Red value is 100 (39.45% from 255 or 65.79% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 100 - color contains mainly: red. Hex color #64171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64171D is #9BE8E2. Grayscale: #2E2E2E. Windows color (decimal): -10217699 or 1906532. OLE color: 1906532.

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

Color convert

RGB 100 23 29 -
CMYK 0 0.77 0.71 0.61
HSL 355.32º 0.63% 0.24% -
HSV(B) 355.32º 0.77% 0.39% -
XYZ 5.78 3.41 1.52 -
YUV 46.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 100 23 29 0 0.77 0.71 0.61 355.32 0.63 0.24
Hex 64 17 1D 0 4D 47 3D 163 3F 18
Octal 144 27 35 0 115 107 75 543 77 30
Binary 1100100 10111 11101 0 1001101 1000111 111101 101100011 111111 11000

Color Harmonies of #64171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64171D

Black with #64171D

Text Example


Text Example

White with #64171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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