#5F172C

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

Shades of Pohutukawa #5F172C

Tints of Pohutukawa #5F172C

Color information

#5F172C (or 0x5F172C) is unknown color: approx Pohutukawa. HEX triplet: 5F, 17 and 2C. RGB value is (95,23,44). Sum of RGB (Red+Green+Blue) = 95+23+44=162 (21% of max value = 765). Red value is 95 (37.5% from 255 or 58.64% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 95 - color contains mainly: red. Hex color #5F172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F172C is #A0E8D3. Grayscale: #2E2E2E. Windows color (decimal): -10545364 or 2889567. OLE color: 2889567.

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

Color convert

RGB952344-
CMYK00.760.540.63
HSL342.5º61.02%23.14%-
HSV(B)342.5º75.79%37.25%-
XYZ5.483.232.72-
YUV46.92126.35162.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 58.64%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 44 (17.58% from 255) = 27.16%
R=58.64%
G=14.20%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.54
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95234400.760.540.63342.561.0223.14
Hex5F172C04C363F1563d17
Octal1372754011466775267527
Binary1011111101111011000100110011011011111110101011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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