#5F171F

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

Shades of Pohutukawa #5F171F

Tints of Pohutukawa #5F171F

Color information

#5F171F (or 0x5F171F) is unknown color: approx Pohutukawa. HEX triplet: 5F, 17 and 1F. RGB value is (95,23,31). Sum of RGB (Red+Green+Blue) = 95+23+31=149 (19% of max value = 765). Red value is 95 (37.5% from 255 or 63.76% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 95 - color contains mainly: red. Hex color #5F171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F171F is #A0E8E0. Grayscale: #2D2D2D. Windows color (decimal): -10545377 or 2037599. OLE color: 2037599.

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

Color convert

RGB952331-
CMYK00.760.670.63
HSL353.33º61.02%23.14%-
HSV(B)353.33º75.79%37.25%-
XYZ5.273.141.63-
YUV45.44119.85163.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 63.76%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 31 (12.5% from 255) = 20.81%
R=63.76%
G=15.44%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95233100.760.670.63353.3361.0223.14
Hex5F171F04C433F1613d17
Octal13727370114103775417527
Binary1011111101111111101001100100001111111110110000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,23,31); }

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

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

 a { background-color: rgb(95,23,31); }

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

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

 span { border-color: rgb(95,23,31); }

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