Html Css Color HEX #64121D Pohutukawa

📋 copy color: '#64121D'

red 100 ◦ green 18 ◦ blue 29

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

Shades of Pohutukawa #64121D

Tints of Pohutukawa #64121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.24%

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

R = 68.03%
G = 12.24%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#64121D (or 0x64121D) is known color: Pohutukawa. HEX triplet: 64, 12 and 1D. RGB value is (100,18,29). Sum of RGB (Red+Green+Blue) = 100+18+29=147 (19% of max value = 765). Red value is 100 (39.45% from 255 or 68.03% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 100 - color contains mainly: red. Hex color #64121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64121D is #9BEDE2. Grayscale: #2B2B2B. Windows color (decimal): -10218979 or 1905252. OLE color: 1905252.

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

Color convert

RGB 100 18 29 -
CMYK 0 0.82 0.71 0.61
HSL 351.95º 0.69% 0.23% -
HSV(B) 351.95º 0.82% 0.39% -
XYZ 5.69 3.23 1.49 -
YUV 43.77 119.67 168.11 -
System Red Green Blue C M Y K H S L
Decimal 100 18 29 0 0.82 0.71 0.61 351.95 0.69 0.23
Hex 64 12 1D 0 52 47 3D 160 45 17
Octal 144 22 35 0 122 107 75 540 105 27
Binary 1100100 10010 11101 0 1010010 1000111 111101 101100000 1000101 10111

Color Harmonies of #64121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64121D

Black with #64121D

Text Example


Text Example

White with #64121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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