#5F151C

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

Shades of Pohutukawa #5F151C

Tints of Pohutukawa #5F151C

Color information

#5F151C (or 0x5F151C) is unknown color: approx Pohutukawa. HEX triplet: 5F, 15 and 1C. RGB value is (95,21,28). Sum of RGB (Red+Green+Blue) = 95+21+28=144 (19% of max value = 765). Red value is 95 (37.5% from 255 or 65.97% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 95 - color contains mainly: red. Hex color #5F151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F151C is #A0EAE3. Grayscale: #2B2B2B. Windows color (decimal): -10545892 or 1840479. OLE color: 1840479.

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

Color convert

RGB952128-
CMYK00.780.710.63
HSL354.32º63.79%22.75%-
HSV(B)354.32º77.89%37.25%-
XYZ5.23.051.41-
YUV43.92119.02164.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 65.97%
GREEN value IS 21 (8.59% from 255) = 14.58%
BLUE value IS 28 (11.33% from 255) = 19.44%
R=65.97%
G=14.58%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95212800.780.710.63354.3263.7922.75
Hex5F151C04E473F1624017
Octal137253401161077754210027
Binary10111111010111100010011101000111111111101100010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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