#5D202C

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

Shades of Pohutukawa #5D202C

Tints of Pohutukawa #5D202C

Color information

#5D202C (or 0x5D202C) is unknown color: approx Pohutukawa. HEX triplet: 5D, 20 and 2C. RGB value is (93,32,44). Sum of RGB (Red+Green+Blue) = 93+32+44=169 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.03% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 93 - color contains mainly: red. Hex color #5D202C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D202C is #A2DFD3. Grayscale: #333333. Windows color (decimal): -10674132 or 2891869. OLE color: 2891869.

HSL color Cylindrical-coordinate representation of color #5D202C: hue angle of 348.2º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D202C is Cyan = 0, Magento = 0.66, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB933244-
CMYK00.660.530.64
HSL348.2º48.8%24.51%-
HSV(B)348.2º65.59%36.47%-
XYZ5.493.542.78-
YUV51.61123.71157.52-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 55.03%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=55.03%
G=18.93%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93324400.660.530.64348.248.824.51
Hex5D202C042354015c3119
Octal13540540102651005346131
Binary101110110000010110001000010110101100000010101110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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