#5E202B

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

Shades of Pohutukawa #5E202B

Tints of Pohutukawa #5E202B

Color information

#5E202B (or 0x5E202B) is unknown color: approx Pohutukawa. HEX triplet: 5E, 20 and 2B. RGB value is (94,32,43). Sum of RGB (Red+Green+Blue) = 94+32+43=169 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.62% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 94 - color contains mainly: red. Hex color #5E202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E202B is #A1DFD4. Grayscale: #333333. Windows color (decimal): -10608597 or 2826334. OLE color: 2826334.

HSL color Cylindrical-coordinate representation of color #5E202B: hue angle of 349.35º degrees, saturation: 0.49, 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 #5E202B is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB943243-
CMYK00.660.540.63
HSL349.35º49.21%24.71%-
HSV(B)349.35º65.96%36.86%-
XYZ5.573.592.68-
YUV51.79123.04158.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 55.62%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=55.62%
G=18.93%
B=25.44%

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
Decimal94324300.660.540.63349.3549.2124.71
Hex5E202B042363F15d3119
Octal1364053010266775356131
Binary10111101000001010110100001011011011111110101110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,32,43); }

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

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

 a { background-color: rgb(94,32,43); }

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

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

 span { border-color: rgb(94,32,43); }

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