#5F0306

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

Shades of Pohutukawa #5F0306

Tints of Pohutukawa #5F0306

Color information

#5F0306 (or 0x5F0306) is unknown color: approx Pohutukawa. HEX triplet: 5F, 03 and 06. RGB value is (95,3,6). Sum of RGB (Red+Green+Blue) = 95+3+6=104 (13% of max value = 765). Red value is 95 (37.5% from 255 or 91.35% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 6 (2.73% from 255 or 5.77% from 104); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5F0306 is #A0FCF9. Grayscale: #1E1E1E. Windows color (decimal): -10550522 or 394079. OLE color: 394079.

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

Color convert

RGB9536-
CMYK00.970.940.63
HSL358.04º93.88%19.22%-
HSV(B)358.04º96.84%37.25%-
XYZ4.782.510.4-
YUV30.85113.98173.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 91.35%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 6 (2.73% from 255) = 5.77%
R=91.35%
G=2.88%
B=5.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal953600.970.940.63358.0493.8819.22
Hex5F360615E3F1665e13
Octal1373601411367754613623
Binary101111111110011000011011110111111101100110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,3,6); }

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

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

 a { background-color: rgb(95,3,6); }

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

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

 span { border-color: rgb(95,3,6); }

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