Html Css Color HEX #64061B Pohutukawa

📋 copy color: '#64061B'

red 100 ◦ green 6 ◦ blue 27

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

Shades of Pohutukawa #64061B

Tints of Pohutukawa #64061B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.3%

R = 75.19%
G = 4.51%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#64061B (or 0x64061B) is known color: Pohutukawa. HEX triplet: 64, 06 and 1B. RGB value is (100,6,27). Sum of RGB (Red+Green+Blue) = 100+6+27=133 (17% of max value = 765). Red value is 100 (39.45% from 255 or 75.19% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 100 - color contains mainly: red. Hex color #64061B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64061B is #9BF9E4. Grayscale: #242424. Windows color (decimal): -10222053 or 1771108. OLE color: 1771108.

HSL color Cylindrical-coordinate representation of color #64061B: hue angle of 346.6º 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 #64061B is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 6 27 -
CMYK 0 0.94 0.73 0.61
HSL 346.6º 0.89% 0.21% -
HSV(B) 346.6º 0.94% 0.39% -
XYZ 5.52 2.92 1.31 -
YUV 36.5 122.64 173.29 -
System Red Green Blue C M Y K H S L
Decimal 100 6 27 0 0.94 0.73 0.61 346.6 0.89 0.21
Hex 64 6 1B 0 5E 49 3D 15B 59 15
Octal 144 6 33 0 136 111 75 533 131 25
Binary 1100100 110 11011 0 1011110 1001001 111101 101011011 1011001 10101

Color Harmonies of #64061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64061B

Black with #64061B

Text Example


Text Example

White with #64061B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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