#5F0115

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

Shades of Pohutukawa #5F0115

Tints of Pohutukawa #5F0115

Color information

#5F0115 (or 0x5F0115) is unknown color: approx Pohutukawa. HEX triplet: 5F, 01 and 15. RGB value is (95,1,21). Sum of RGB (Red+Green+Blue) = 95+1+21=117 (15% of max value = 765). Red value is 95 (37.5% from 255 or 81.20% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 21 (8.59% from 255 or 17.95% from 117); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0115 is #A0FEEA. Grayscale: #1F1F1F. Windows color (decimal): -10551019 or 1376607. OLE color: 1376607.

HSL color Cylindrical-coordinate representation of color #5F0115: hue angle of 347.23º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5F0115 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB95121-
CMYK00.990.780.63
HSL347.23º97.92%18.82%-
HSV(B)347.23º98.95%37.25%-
XYZ4.872.510.94-
YUV31.39122.14173.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 81.20%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 21 (8.59% from 255) = 17.95%
R=81.20%
G=0.85%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9512100.990.780.63347.2397.9218.82
Hex5F1150634E3F15b6213
Octal13712501431167753314223
Binary1011111110101011000111001110111111101011011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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