Html Css Color HEX #5F1924 Pohutukawa

📋 copy color: '#5F1924'

red 95 ◦ green 25 ◦ blue 36

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

Shades of Pohutukawa #5F1924

Tints of Pohutukawa #5F1924

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.03%

 BLUE value IS 36 (14.45% from 255) = 23.08%

R = 60.9%
G = 16.03%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.63

RGB Variations

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

Color information

#5F1924 (or 0x5F1924) is known color: Pohutukawa. HEX triplet: 5F, 19 and 24. RGB value is (95,25,36). Sum of RGB (Red+Green+Blue) = 95+25+36=156 (20% of max value = 765). Red value is 95 (37.5% from 255 or 60.90% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1924 is #A0E6DB. Grayscale: #2F2F2F. Windows color (decimal): -10544860 or 2365791. OLE color: 2365791.

HSL color Cylindrical-coordinate representation of color #5F1924: hue angle of 350.57º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5F1924 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 25 36 -
CMYK 0 0.74 0.62 0.63
HSL 350.57º 0.58% 0.24% -
HSV(B) 350.57º 0.74% 0.37% -
XYZ 5.39 3.26 2.01 -
YUV 47.18 121.69 162.11 -
System Red Green Blue C M Y K H S L
Decimal 95 25 36 0 0.74 0.62 0.63 350.57 0.58 0.24
Hex 5F 19 24 0 4A 3E 3F 15F 3A 18
Octal 137 31 44 0 112 76 77 537 72 30
Binary 1011111 11001 100100 0 1001010 111110 111111 101011111 111010 11000

Color Harmonies of #5F1924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F1924

Black with #5F1924

Text Example


Text Example

White with #5F1924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,25,36); }

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

background-color css

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

 a { background-color: rgb(95,25,36); }

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

border-color css

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

 span { border-color: rgb(95,25,36); }

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