#5F0518

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

Shades of Pohutukawa #5F0518

Tints of Pohutukawa #5F0518

Color information

#5F0518 (or 0x5F0518) is unknown color: approx Pohutukawa. HEX triplet: 5F, 05 and 18. RGB value is (95,5,24). Sum of RGB (Red+Green+Blue) = 95+5+24=124 (16% of max value = 765). Red value is 95 (37.5% from 255 or 76.61% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0518 is #A0FAE7. Grayscale: #222222. Windows color (decimal): -10549992 or 1574239. OLE color: 1574239.

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

Color convert

RGB95524-
CMYK00.950.750.63
HSL347.33º90%19.61%-
HSV(B)347.33º94.74%37.25%-
XYZ4.942.611.11-
YUV34.08122.32171.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 76.61%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=76.61%
G=4.03%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9552400.950.750.63347.339019.61
Hex5F51805F4B3F15b5a14
Octal13753001371137753313224
Binary101111110111000010111111001011111111101011011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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