Html Css Color HEX #64040A Pohutukawa

📋 copy color: '#64040A'

red 100 ◦ green 4 ◦ blue 10

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

Shades of Pohutukawa #64040A

Tints of Pohutukawa #64040A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.77%

R = 87.72%
G = 3.51%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#64040A (or 0x64040A) is known color: Pohutukawa. HEX triplet: 64, 04 and 0A. RGB value is (100,4,10). Sum of RGB (Red+Green+Blue) = 100+4+10=114 (15% of max value = 765). Red value is 100 (39.45% from 255 or 87.72% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 100 - color contains mainly: red. Hex color #64040A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64040A is #9BFBF5. Grayscale: #212121. Windows color (decimal): -10222582 or 656484. OLE color: 656484.

HSL color Cylindrical-coordinate representation of color #64040A: hue angle of 356.25º 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 #64040A is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 4 10 -
CMYK 0 0.96 0.90 0.61
HSL 356.25º 0.92% 0.2% -
HSV(B) 356.25º 0.96% 0.39% -
XYZ 5.35 2.82 0.55 -
YUV 33.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 100 4 10 0 0.96 0.90 0.61 356.25 0.92 0.2
Hex 64 4 A 0 60 5A 3D 164 5C 14
Octal 144 4 12 0 140 132 75 544 134 24
Binary 1100100 100 1010 0 1100000 1011010 111101 101100100 1011100 10100

Color Harmonies of #64040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64040A

Black with #64040A

Text Example


Text Example

White with #64040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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