#5F161B

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

Shades of Pohutukawa #5F161B

Tints of Pohutukawa #5F161B

Color information

#5F161B (or 0x5F161B) is unknown color: approx Pohutukawa. HEX triplet: 5F, 16 and 1B. RGB value is (95,22,27). Sum of RGB (Red+Green+Blue) = 95+22+27=144 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.97% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 95 - color contains mainly: red. Hex color #5F161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F161B is #A0E9E4. Grayscale: #2C2C2C. Windows color (decimal): -10545637 or 1775199. OLE color: 1775199.

HSL color Cylindrical-coordinate representation of color #5F161B: hue angle of 355.89º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F161B is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB952227-
CMYK00.770.720.63
HSL355.89º62.39%22.94%-
HSV(B)355.89º76.84%37.25%-
XYZ5.23.091.36-
YUV44.4118.18164.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 65.97%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 27 (10.94% from 255) = 18.75%
R=65.97%
G=15.28%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95222700.770.720.63355.8962.3922.94
Hex5F161B04D483F1643e17
Octal13726330115110775447627
Binary1011111101101101101001101100100011111110110010011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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