#5F0515

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

Shades of Pohutukawa #5F0515

Tints of Pohutukawa #5F0515

Color information

#5F0515 (or 0x5F0515) is unknown color: approx Pohutukawa. HEX triplet: 5F, 05 and 15. RGB value is (95,5,21). Sum of RGB (Red+Green+Blue) = 95+5+21=121 (16% of max value = 765). Red value is 95 (37.5% from 255 or 78.51% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0515 is #A0FAEA. Grayscale: #212121. Windows color (decimal): -10549995 or 1377631. OLE color: 1377631.

HSL color Cylindrical-coordinate representation of color #5F0515: hue angle of 349.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 #5F0515 is Cyan = 0, Magento = 0.95, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB95521-
CMYK00.950.780.63
HSL349.33º90%19.61%-
HSV(B)349.33º94.74%37.25%-
XYZ4.912.60.95-
YUV33.73120.82171.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 78.51%
GREEN value IS 5 (2.34% from 255) = 4.13%
BLUE value IS 21 (8.59% from 255) = 17.36%
R=78.51%
G=4.13%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9552100.950.780.63349.339019.61
Hex5F51505F4E3F15d5a14
Octal13752501371167753513224
Binary101111110110101010111111001110111111101011101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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