#5F202C

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

Shades of Pohutukawa #5F202C

Tints of Pohutukawa #5F202C

Color information

#5F202C (or 0x5F202C) is unknown color: approx Pohutukawa. HEX triplet: 5F, 20 and 2C. RGB value is (95,32,44). Sum of RGB (Red+Green+Blue) = 95+32+44=171 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.56% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 95 - color contains mainly: red. Hex color #5F202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F202C is #A0DFD3. Grayscale: #343434. Windows color (decimal): -10543060 or 2891871. OLE color: 2891871.

HSL color Cylindrical-coordinate representation of color #5F202C: hue angle of 348.57º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F202C is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB953244-
CMYK00.660.540.63
HSL348.57º49.61%24.9%-
HSV(B)348.57º66.32%37.25%-
XYZ5.693.652.79-
YUV52.2123.37158.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 55.56%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 44 (17.58% from 255) = 25.73%
R=55.56%
G=18.71%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95324400.660.540.63348.5749.6124.9
Hex5F202C042363F15d3219
Octal1374054010266775356231
Binary10111111000001011000100001011011011111110101110111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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