#5F1824

Color #5F1824 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #5F1824

Tints of Pohutukawa #5F1824

Color information

#5F1824 (or 0x5F1824) is unknown color: approx Pohutukawa. HEX triplet: 5F, 18 and 24. RGB value is (95,24,36). Sum of RGB (Red+Green+Blue) = 95+24+36=155 (20% of max value = 765). Red value is 95 (37.5% from 255 or 61.29% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1824 is #A0E7DB. Grayscale: #2E2E2E. Windows color (decimal): -10545116 or 2365535. OLE color: 2365535.

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

Color convert

RGB952436-
CMYK00.750.620.63
HSL349.86º59.66%23.33%-
HSV(B)349.86º74.74%37.25%-
XYZ5.363.212.01-
YUV46.6122.02162.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 61.29%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 36 (14.45% from 255) = 23.23%
R=61.29%
G=15.48%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95243600.750.620.63349.8659.6623.33
Hex5F182404B3E3F15e3c17
Octal1373044011376775367427
Binary1011111110001001000100101111111011111110101111011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F1824;
 }
 .AnyTagClassName
 {
   color: #5F1824;
 }
</style>
background-color css

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

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

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

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

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

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