Html Css Color HEX #5F040C Pohutukawa

📋 copy color: '#5F040C'

red 95 ◦ green 4 ◦ blue 12

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

Shades of Pohutukawa #5F040C

Tints of Pohutukawa #5F040C

RGB

 RED value IS 95 (37.5% from 255) = 85.59%

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

 BLUE value IS 12 (5.08% from 255) = 10.81%

R = 85.59%
G = 3.6%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.63

RGB Variations

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

Color information

#5F040C (or 0x5F040C) is known color: Pohutukawa. HEX triplet: 5F, 04 and 0C. RGB value is (95,4,12). Sum of RGB (Red+Green+Blue) = 95+4+12=111 (14% of max value = 765). Red value is 95 (37.5% from 255 or 85.59% from 111); Green value is 4 (1.95% from 255 or 3.60% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 95 - color contains mainly: red. Hex color #5F040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F040C is #A0FBF3. Grayscale: #202020. Windows color (decimal): -10550260 or 787551. OLE color: 787551.

HSL color Cylindrical-coordinate representation of color #5F040C: hue angle of 354.73º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5F040C is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 4 12 -
CMYK 0 0.96 0.87 0.63
HSL 354.73º 0.92% 0.19% -
HSV(B) 354.73º 0.96% 0.37% -
XYZ 4.83 2.55 0.58 -
YUV 32.12 116.65 172.85 -
System Red Green Blue C M Y K H S L
Decimal 95 4 12 0 0.96 0.87 0.63 354.73 0.92 0.19
Hex 5F 4 C 0 60 57 3F 163 5C 13
Octal 137 4 14 0 140 127 77 543 134 23
Binary 1011111 100 1100 0 1100000 1010111 111111 101100011 1011100 10011

Color Harmonies of #5F040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F040C

Black with #5F040C

Text Example


Text Example

White with #5F040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F040C; }

 p { color: rgb(95,4,12); }

 H1.HeaderClassName
 {
   color: #5F040C;
 }
 .AnyTagClassName
 {
   color: #5F040C;
 }
</style>

background-color css

<style>
 a { background-color: #5F040C; }

 a { background-color: rgb(95,4,12); }

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

border-color css

<style>
 span { border-color: #5F040C; }

 span { border-color: rgb(95,4,12); }

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