#5E2027

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

Shades of Pohutukawa #5E2027

Tints of Pohutukawa #5E2027

Color information

#5E2027 (or 0x5E2027) is unknown color: approx Pohutukawa. HEX triplet: 5E, 20 and 27. RGB value is (94,32,39). Sum of RGB (Red+Green+Blue) = 94+32+39=165 (21% of max value = 765). Red value is 94 (37.11% from 255 or 56.97% from 165); Green value is 32 (12.89% from 255 or 19.39% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2027 is #A1DFD8. Grayscale: #333333. Windows color (decimal): -10608601 or 2564190. OLE color: 2564190.

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

Color convert

RGB943239-
CMYK00.660.590.63
HSL353.23º49.21%24.71%-
HSV(B)353.23º65.96%36.86%-
XYZ5.53.562.32-
YUV51.34121.04158.43-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 56.97%
GREEN value IS 32 (12.89% from 255) = 19.39%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=56.97%
G=19.39%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94323900.660.590.63353.2349.2124.71
Hex5E20270423B3F1613119
Octal1364047010273775416131
Binary10111101000001001110100001011101111111110110000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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