#5D202E

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

Shades of Pohutukawa #5D202E

Tints of Pohutukawa #5D202E

Color information

#5D202E (or 0x5D202E) is unknown color: approx Pohutukawa. HEX triplet: 5D, 20 and 2E. RGB value is (93,32,46). Sum of RGB (Red+Green+Blue) = 93+32+46=171 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.39% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 93 - color contains mainly: red. Hex color #5D202E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D202E is #A2DFD1. Grayscale: #333333. Windows color (decimal): -10674130 or 3022941. OLE color: 3022941.

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

Color convert

RGB933246-
CMYK00.660.510.64
HSL346.23º48.8%24.51%-
HSV(B)346.23º65.59%36.47%-
XYZ5.523.562.98-
YUV51.83124.71157.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 54.39%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 46 (18.36% from 255) = 26.90%
R=54.39%
G=18.71%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93324600.660.510.64346.2348.824.51
Hex5D202E042334015a3119
Octal13540560102631005326131
Binary101110110000010111001000010110011100000010101101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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