Html Css Color HEX #64080A Pohutukawa

📋 copy color: '#64080A'

red 100 ◦ green 8 ◦ blue 10

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

Shades of Pohutukawa #64080A

Tints of Pohutukawa #64080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.78%

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

R = 84.75%
G = 6.78%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.61

RGB Variations

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

Color information

#64080A (or 0x64080A) is known color: Pohutukawa. HEX triplet: 64, 08 and 0A. RGB value is (100,8,10). Sum of RGB (Red+Green+Blue) = 100+8+10=118 (15% of max value = 765). Red value is 100 (39.45% from 255 or 84.75% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 10 (4.30% from 255 or 8.47% from 118); Max value from RGB is 100 - color contains mainly: red. Hex color #64080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #64080A is #9BF7F5. Grayscale: #232323. Windows color (decimal): -10221558 or 657508. OLE color: 657508.

HSL color Cylindrical-coordinate representation of color #64080A: hue angle of 358.7º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #64080A is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 8 10 -
CMYK 0 0.92 0.90 0.61
HSL 358.7º 0.85% 0.21% -
HSV(B) 358.7º 0.92% 0.39% -
XYZ 5.4 2.9 0.56 -
YUV 35.74 113.48 173.84 -
System Red Green Blue C M Y K H S L
Decimal 100 8 10 0 0.92 0.90 0.61 358.7 0.85 0.21
Hex 64 8 A 0 5C 5A 3D 167 55 15
Octal 144 10 12 0 134 132 75 547 125 25
Binary 1100100 1000 1010 0 1011100 1011010 111101 101100111 1010101 10101

Color Harmonies of #64080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64080A

Black with #64080A

Text Example


Text Example

White with #64080A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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