Html Css Color HEX #64121E Pohutukawa

📋 copy color: '#64121E'

red 100 ◦ green 18 ◦ blue 30

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

Shades of Pohutukawa #64121E

Tints of Pohutukawa #64121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.27%

R = 67.57%
G = 12.16%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#64121E (or 0x64121E) is known color: Pohutukawa. HEX triplet: 64, 12 and 1E. RGB value is (100,18,30). Sum of RGB (Red+Green+Blue) = 100+18+30=148 (19% of max value = 765). Red value is 100 (39.45% from 255 or 67.57% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 100 - color contains mainly: red. Hex color #64121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64121E is #9BEDE1. Grayscale: #2B2B2B. Windows color (decimal): -10218978 or 1970788. OLE color: 1970788.

HSL color Cylindrical-coordinate representation of color #64121E: hue angle of 351.22º 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 #64121E is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 18 30 -
CMYK 0 0.82 0.70 0.61
HSL 351.22º 0.69% 0.23% -
HSV(B) 351.22º 0.82% 0.39% -
XYZ 5.71 3.24 1.55 -
YUV 43.89 120.17 168.02 -
System Red Green Blue C M Y K H S L
Decimal 100 18 30 0 0.82 0.70 0.61 351.22 0.69 0.23
Hex 64 12 1E 0 52 46 3D 15F 45 17
Octal 144 22 36 0 122 106 75 537 105 27
Binary 1100100 10010 11110 0 1010010 1000110 111101 101011111 1000101 10111

Color Harmonies of #64121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64121E

Black with #64121E

Text Example


Text Example

White with #64121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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