Html Css Color HEX #5F0920 Pohutukawa

📋 copy color: '#5F0920'

red 95 ◦ green 9 ◦ blue 32

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

Shades of Pohutukawa #5F0920

Tints of Pohutukawa #5F0920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 23.53%

R = 69.85%
G = 6.62%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.63

RGB Variations

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

Color information

#5F0920 (or 0x5F0920) is known color: Pohutukawa. HEX triplet: 5F, 09 and 20. RGB value is (95,9,32). Sum of RGB (Red+Green+Blue) = 95+9+32=136 (18% of max value = 765). Red value is 95 (37.5% from 255 or 69.85% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0920 is #A0F6DF. Grayscale: #252525. Windows color (decimal): -10548960 or 2099551. OLE color: 2099551.

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

Color convert

RGB 95 9 32 -
CMYK 0 0.91 0.66 0.63
HSL 343.95º 0.83% 0.2% -
HSV(B) 343.95º 0.91% 0.37% -
XYZ 5.08 2.73 1.63 -
YUV 37.34 124.99 169.13 -
System Red Green Blue C M Y K H S L
Decimal 95 9 32 0 0.91 0.66 0.63 343.95 0.83 0.2
Hex 5F 9 20 0 5B 42 3F 158 53 14
Octal 137 11 40 0 133 102 77 530 123 24
Binary 1011111 1001 100000 0 1011011 1000010 111111 101011000 1010011 10100

Color Harmonies of #5F0920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0920

Black with #5F0920

Text Example


Text Example

White with #5F0920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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