Html Css Color HEX #64050E Pohutukawa

📋 copy color: '#64050E'

red 100 ◦ green 5 ◦ blue 14

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

Shades of Pohutukawa #64050E

Tints of Pohutukawa #64050E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.2%

 BLUE value IS 14 (5.86% from 255) = 11.76%

R = 84.03%
G = 4.2%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#64050E (or 0x64050E) is known color: Pohutukawa. HEX triplet: 64, 05 and 0E. RGB value is (100,5,14). Sum of RGB (Red+Green+Blue) = 100+5+14=119 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.03% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 100 - color contains mainly: red. Hex color #64050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64050E is #9BFAF1. Grayscale: #222222. Windows color (decimal): -10222322 or 918884. OLE color: 918884.

HSL color Cylindrical-coordinate representation of color #64050E: hue angle of 354.32º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64050E is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 5 14 -
CMYK 0 0.95 0.86 0.61
HSL 354.32º 0.9% 0.21% -
HSV(B) 354.32º 0.95% 0.39% -
XYZ 5.39 2.85 0.68 -
YUV 34.43 116.47 174.77 -
System Red Green Blue C M Y K H S L
Decimal 100 5 14 0 0.95 0.86 0.61 354.32 0.9 0.21
Hex 64 5 E 0 5F 56 3D 162 5A 15
Octal 144 5 16 0 137 126 75 542 132 25
Binary 1100100 101 1110 0 1011111 1010110 111101 101100010 1011010 10101

Color Harmonies of #64050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64050E

Black with #64050E

Text Example


Text Example

White with #64050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,5,14); }

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

background-color css

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

 a { background-color: rgb(100,5,14); }

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

border-color css

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

 span { border-color: rgb(100,5,14); }

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