#5D202A

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

Shades of Pohutukawa #5D202A

Tints of Pohutukawa #5D202A

Color information

#5D202A (or 0x5D202A) is unknown color: approx Pohutukawa. HEX triplet: 5D, 20 and 2A. RGB value is (93,32,42). Sum of RGB (Red+Green+Blue) = 93+32+42=167 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.69% from 167); Green value is 32 (12.89% from 255 or 19.16% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 93 - color contains mainly: red. Hex color #5D202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D202A is #A2DFD5. Grayscale: #333333. Windows color (decimal): -10674134 or 2760797. OLE color: 2760797.

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

Color convert

RGB933242-
CMYK00.660.550.64
HSL350.16º48.8%24.51%-
HSV(B)350.16º65.59%36.47%-
XYZ5.453.532.58-
YUV51.38122.71157.69-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 55.69%
GREEN value IS 32 (12.89% from 255) = 19.16%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=55.69%
G=19.16%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93324200.660.550.64350.1648.824.51
Hex5D202A042374015e3119
Octal13540520102671005366131
Binary101110110000010101001000010110111100000010101111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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