Html Css Color HEX #5F090E Pohutukawa

📋 copy color: '#5F090E'

red 95 ◦ green 9 ◦ blue 14

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

Shades of Pohutukawa #5F090E

Tints of Pohutukawa #5F090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.63%

 BLUE value IS 14 (5.86% from 255) = 11.86%

R = 80.51%
G = 7.63%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.63

RGB Variations

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

Color information

#5F090E (or 0x5F090E) is known color: Pohutukawa. HEX triplet: 5F, 09 and 0E. RGB value is (95,9,14). Sum of RGB (Red+Green+Blue) = 95+9+14=118 (15% of max value = 765). Red value is 95 (37.5% from 255 or 80.51% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 14 (5.86% from 255 or 11.86% from 118); Max value from RGB is 95 - color contains mainly: red. Hex color #5F090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F090E is #A0F6F1. Grayscale: #232323. Windows color (decimal): -10548978 or 919903. OLE color: 919903.

HSL color Cylindrical-coordinate representation of color #5F090E: hue angle of 356.51º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F090E is Cyan = 0, Magento = 0.91, Yellow = 0.85 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 9 14 -
CMYK 0 0.91 0.85 0.63
HSL 356.51º 0.83% 0.2% -
HSV(B) 356.51º 0.91% 0.37% -
XYZ 4.9 2.66 0.67 -
YUV 35.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 95 9 14 0 0.91 0.85 0.63 356.51 0.83 0.2
Hex 5F 9 E 0 5B 55 3F 165 53 14
Octal 137 11 16 0 133 125 77 545 123 24
Binary 1011111 1001 1110 0 1011011 1010101 111111 101100101 1010011 10100

Color Harmonies of #5F090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F090E

Black with #5F090E

Text Example


Text Example

White with #5F090E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,9,14); }

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

background-color css

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

 a { background-color: rgb(95,9,14); }

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

border-color css

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

 span { border-color: rgb(95,9,14); }

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