#5F1217

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

Shades of Pohutukawa #5F1217

Tints of Pohutukawa #5F1217

Color information

#5F1217 (or 0x5F1217) is unknown color: approx Pohutukawa. HEX triplet: 5F, 12 and 17. RGB value is (95,18,23). Sum of RGB (Red+Green+Blue) = 95+18+23=136 (18% of max value = 765). Red value is 95 (37.5% from 255 or 69.85% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F1217 is #A0EDE8. Grayscale: #292929. Windows color (decimal): -10546665 or 1512031. OLE color: 1512031.

HSL color Cylindrical-coordinate representation of color #5F1217: hue angle of 356.1º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F1217 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.63.

Color convert

RGB951823-
CMYK00.810.760.63
HSL356.1º68.14%22.16%-
HSV(B)356.1º81.05%37.25%-
XYZ5.092.931.11-
YUV41.59117.51166.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 69.85%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 23 (9.38% from 255) = 16.91%
R=69.85%
G=13.24%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95182300.810.760.63356.168.1422.16
Hex5F12170514C3F1644416
Octal137222701211147754410426
Binary10111111001010111010100011001100111111101100100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,18,23); }

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

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

 a { background-color: rgb(95,18,23); }

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

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

 span { border-color: rgb(95,18,23); }

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