Html Css Color HEX #64061A Pohutukawa

📋 copy color: '#64061A'

red 100 ◦ green 6 ◦ blue 26

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

Shades of Pohutukawa #64061A

Tints of Pohutukawa #64061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.55%

 BLUE value IS 26 (10.55% from 255) = 19.7%

R = 75.76%
G = 4.55%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.61

RGB Variations

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

Color information

#64061A (or 0x64061A) is known color: Pohutukawa. HEX triplet: 64, 06 and 1A. RGB value is (100,6,26). Sum of RGB (Red+Green+Blue) = 100+6+26=132 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.76% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 100 - color contains mainly: red. Hex color #64061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64061A is #9BF9E5. Grayscale: #242424. Windows color (decimal): -10222054 or 1705572. OLE color: 1705572.

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

Color convert

RGB 100 6 26 -
CMYK 0 0.94 0.74 0.61
HSL 347.23º 0.89% 0.21% -
HSV(B) 347.23º 0.94% 0.39% -
XYZ 5.51 2.91 1.25 -
YUV 36.39 122.14 173.37 -
System Red Green Blue C M Y K H S L
Decimal 100 6 26 0 0.94 0.74 0.61 347.23 0.89 0.21
Hex 64 6 1A 0 5E 4A 3D 15B 59 15
Octal 144 6 32 0 136 112 75 533 131 25
Binary 1100100 110 11010 0 1011110 1001010 111101 101011011 1011001 10101

Color Harmonies of #64061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64061A

Black with #64061A

Text Example


Text Example

White with #64061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,6,26); }

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

background-color css

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

 a { background-color: rgb(100,6,26); }

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

border-color css

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

 span { border-color: rgb(100,6,26); }

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