Html Css Color HEX #5F091C Pohutukawa

📋 copy color: '#5F091C'

red 95 ◦ green 9 ◦ blue 28

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

Shades of Pohutukawa #5F091C

Tints of Pohutukawa #5F091C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.21%

R = 71.97%
G = 6.82%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.63

RGB Variations

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

Color information

#5F091C (or 0x5F091C) is known color: Pohutukawa. HEX triplet: 5F, 09 and 1C. RGB value is (95,9,28). Sum of RGB (Red+Green+Blue) = 95+9+28=132 (17% of max value = 765). Red value is 95 (37.5% from 255 or 71.97% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 28 (11.33% from 255 or 21.21% from 132); Max value from RGB is 95 - color contains mainly: red. Hex color #5F091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F091C is #A0F6E3. Grayscale: #242424. Windows color (decimal): -10548964 or 1837407. OLE color: 1837407.

HSL color Cylindrical-coordinate representation of color #5F091C: hue angle of 346.74º 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 #5F091C is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 9 28 -
CMYK 0 0.91 0.71 0.63
HSL 346.74º 0.83% 0.2% -
HSV(B) 346.74º 0.91% 0.37% -
XYZ 5.03 2.71 1.36 -
YUV 36.88 122.99 169.46 -
System Red Green Blue C M Y K H S L
Decimal 95 9 28 0 0.91 0.71 0.63 346.74 0.83 0.2
Hex 5F 9 1C 0 5B 47 3F 15B 53 14
Octal 137 11 34 0 133 107 77 533 123 24
Binary 1011111 1001 11100 0 1011011 1000111 111111 101011011 1010011 10100

Color Harmonies of #5F091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F091C

Black with #5F091C

Text Example


Text Example

White with #5F091C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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