#5F162F

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

Shades of Pohutukawa #5F162F

Tints of Pohutukawa #5F162F

Color information

#5F162F (or 0x5F162F) is unknown color: approx Pohutukawa. HEX triplet: 5F, 16 and 2F. RGB value is (95,22,47). Sum of RGB (Red+Green+Blue) = 95+22+47=164 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.93% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 95 - color contains mainly: red. Hex color #5F162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F162F is #A0E9D0. Grayscale: #2E2E2E. Windows color (decimal): -10545617 or 3085919. OLE color: 3085919.

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

Color convert

RGB952247-
CMYK00.770.510.63
HSL339.45º62.39%22.94%-
HSV(B)339.45º76.84%37.25%-
XYZ5.523.213.02-
YUV46.68128.18162.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 57.93%
GREEN value IS 22 (8.98% from 255) = 13.41%
BLUE value IS 47 (18.75% from 255) = 28.66%
R=57.93%
G=13.41%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95224700.770.510.63339.4562.3922.94
Hex5F162F04D333F1533e17
Octal1372657011563775237627
Binary1011111101101011110100110111001111111110101001111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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