#5F0415

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

Shades of Pohutukawa #5F0415

Tints of Pohutukawa #5F0415

Color information

#5F0415 (or 0x5F0415) is unknown color: approx Pohutukawa. HEX triplet: 5F, 04 and 15. RGB value is (95,4,21). Sum of RGB (Red+Green+Blue) = 95+4+21=120 (15% of max value = 765). Red value is 95 (37.5% from 255 or 79.17% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0415 is #A0FBEA. Grayscale: #212121. Windows color (decimal): -10550251 or 1377375. OLE color: 1377375.

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

Color convert

RGB95421-
CMYK00.960.780.63
HSL348.79º91.92%19.41%-
HSV(B)348.79º95.79%37.25%-
XYZ4.92.570.95-
YUV33.15121.15172.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 79.17%
GREEN value IS 4 (1.95% from 255) = 3.33%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=79.17%
G=3.33%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9542100.960.780.63348.7991.9219.41
Hex5F4150604E3F15d5c13
Octal13742501401167753513423
Binary101111110010101011000001001110111111101011101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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