#5E1E2E

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

Shades of Pohutukawa #5E1E2E

Tints of Pohutukawa #5E1E2E

Color information

#5E1E2E (or 0x5E1E2E) is unknown color: approx Pohutukawa. HEX triplet: 5E, 1E and 2E. RGB value is (94,30,46). Sum of RGB (Red+Green+Blue) = 94+30+46=170 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.29% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1E2E is #A1E1D1. Grayscale: #323232. Windows color (decimal): -10609106 or 3022430. OLE color: 3022430.

HSL color Cylindrical-coordinate representation of color #5E1E2E: hue angle of 345º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E1E2E is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.63.

Color convert

RGB943046-
CMYK00.680.510.63
HSL345º51.61%24.31%-
HSV(B)345º68.09%36.86%-
XYZ5.573.512.97-
YUV50.96125.2158.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 55.29%
GREEN value IS 30 (12.11% from 255) = 17.65%
BLUE value IS 46 (18.36% from 255) = 27.06%
R=55.29%
G=17.65%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.51
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94304600.680.510.6334551.6124.31
Hex5E1E2E044333F1593418
Octal1363656010463775316430
Binary1011110111101011100100010011001111111110101100111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,30,46); }

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

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

 a { background-color: rgb(94,30,46); }

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

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

 span { border-color: rgb(94,30,46); }

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