Html Css Color HEX #64040E Pohutukawa

📋 copy color: '#64040E'

red 100 ◦ green 4 ◦ blue 14

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

Shades of Pohutukawa #64040E

Tints of Pohutukawa #64040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.39%

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

R = 84.75%
G = 3.39%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.61

RGB Variations

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

Color information

#64040E (or 0x64040E) is known color: Pohutukawa. HEX triplet: 64, 04 and 0E. RGB value is (100,4,14). Sum of RGB (Red+Green+Blue) = 100+4+14=118 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.75% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 100 - color contains mainly: red. Hex color #64040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64040E is #9BFBF1. Grayscale: #212121. Windows color (decimal): -10222578 or 918628. OLE color: 918628.

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

Color convert

RGB 100 4 14 -
CMYK 0 0.96 0.86 0.61
HSL 353.75º 0.92% 0.2% -
HSV(B) 353.75º 0.96% 0.39% -
XYZ 5.38 2.83 0.68 -
YUV 33.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 100 4 14 0 0.96 0.86 0.61 353.75 0.92 0.2
Hex 64 4 E 0 60 56 3D 162 5C 14
Octal 144 4 16 0 140 126 75 542 134 24
Binary 1100100 100 1110 0 1100000 1010110 111101 101100010 1011100 10100

Color Harmonies of #64040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64040E

Black with #64040E

Text Example


Text Example

White with #64040E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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