#5F1720

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

Shades of Pohutukawa #5F1720

Tints of Pohutukawa #5F1720

Color information

#5F1720 (or 0x5F1720) is unknown color: approx Pohutukawa. HEX triplet: 5F, 17 and 20. RGB value is (95,23,32). Sum of RGB (Red+Green+Blue) = 95+23+32=150 (19% of max value = 765). Red value is 95 (37.5% from 255 or 63.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F1720 is #A0E8DF. Grayscale: #2D2D2D. Windows color (decimal): -10545376 or 2103135. OLE color: 2103135.

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

Color convert

RGB952332-
CMYK00.760.660.63
HSL352.5º61.02%23.14%-
HSV(B)352.5º75.79%37.25%-
XYZ5.293.151.7-
YUV45.55120.35163.27-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 63.33%
GREEN value IS 23 (9.38% from 255) = 15.33%
BLUE value IS 32 (12.89% from 255) = 21.33%
R=63.33%
G=15.33%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95233200.760.660.63352.561.0223.14
Hex5F172004C423F1603d17
Octal13727400114102775407527
Binary10111111011110000001001100100001011111110110000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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