#5F0812

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

Shades of Pohutukawa #5F0812

Tints of Pohutukawa #5F0812

Color information

#5F0812 (or 0x5F0812) is unknown color: approx Pohutukawa. HEX triplet: 5F, 08 and 12. RGB value is (95,8,18). Sum of RGB (Red+Green+Blue) = 95+8+18=121 (16% of max value = 765). Red value is 95 (37.5% from 255 or 78.51% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0812 is #A0F7ED. Grayscale: #232323. Windows color (decimal): -10549230 or 1181791. OLE color: 1181791.

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

Color convert

RGB95818-
CMYK00.920.810.63
HSL353.1º84.47%20.2%-
HSV(B)353.1º91.58%37.25%-
XYZ4.922.650.82-
YUV35.15118.32170.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 78.51%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 18 (7.42% from 255) = 14.88%
R=78.51%
G=6.61%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.81
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9581800.920.810.63353.184.4720.2
Hex5F81205C513F1615414
Octal137102201341217754112424
Binary1011111100010010010111001010001111111101100001101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,8,18); }

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

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

 a { background-color: rgb(95,8,18); }

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

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

 span { border-color: rgb(95,8,18); }

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