#5F0416

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

Shades of Pohutukawa #5F0416

Tints of Pohutukawa #5F0416

Color information

#5F0416 (or 0x5F0416) is unknown color: approx Pohutukawa. HEX triplet: 5F, 04 and 16. RGB value is (95,4,22). Sum of RGB (Red+Green+Blue) = 95+4+22=121 (16% of max value = 765). Red value is 95 (37.5% from 255 or 78.51% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0416 is #A0FBE9. Grayscale: #212121. Windows color (decimal): -10550250 or 1442911. OLE color: 1442911.

HSL color Cylindrical-coordinate representation of color #5F0416: hue angle of 348.13º 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 #5F0416 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.63.

Color convert

RGB95422-
CMYK00.960.770.63
HSL348.13º91.92%19.41%-
HSV(B)348.13º95.79%37.25%-
XYZ4.912.581-
YUV33.26121.65172.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 78.51%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=78.51%
G=3.31%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9542200.960.770.63348.1391.9219.41
Hex5F4160604D3F15c5c13
Octal13742601401157753413423
Binary101111110010110011000001001101111111101011100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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