#5F151B

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

Shades of Pohutukawa #5F151B

Tints of Pohutukawa #5F151B

Color information

#5F151B (or 0x5F151B) is unknown color: approx Pohutukawa. HEX triplet: 5F, 15 and 1B. RGB value is (95,21,27). Sum of RGB (Red+Green+Blue) = 95+21+27=143 (18% of max value = 765). Red value is 95 (37.5% from 255 or 66.43% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 95 - color contains mainly: red. Hex color #5F151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F151B is #A0EAE4. Grayscale: #2B2B2B. Windows color (decimal): -10545893 or 1774943. OLE color: 1774943.

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

Color convert

RGB952127-
CMYK00.780.720.63
HSL355.14º63.79%22.75%-
HSV(B)355.14º77.89%37.25%-
XYZ5.193.051.35-
YUV43.81118.52164.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 66.43%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 27 (10.94% from 255) = 18.88%
R=66.43%
G=14.69%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95212700.780.720.63355.1463.7922.75
Hex5F151B04E483F1634017
Octal137253301161107754310027
Binary10111111010111011010011101001000111111101100011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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