#5E2129

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

Shades of Pohutukawa #5E2129

Tints of Pohutukawa #5E2129

Color information

#5E2129 (or 0x5E2129) is unknown color: approx Pohutukawa. HEX triplet: 5E, 21 and 29. RGB value is (94,33,41). Sum of RGB (Red+Green+Blue) = 94+33+41=168 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.95% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2129 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2129 is #A1DED6. Grayscale: #343434. Windows color (decimal): -10608343 or 2695518. OLE color: 2695518.

HSL color Cylindrical-coordinate representation of color #5E2129: hue angle of 352.13º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E2129 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB943341-
CMYK00.650.560.63
HSL352.13º48.03%24.9%-
HSV(B)352.13º64.89%36.86%-
XYZ5.563.632.5-
YUV52.15121.71157.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 55.95%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=55.95%
G=19.64%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94334100.650.560.63352.1348.0324.9
Hex5E2129041383F1603019
Octal1364151010170775406031
Binary10111101000011010010100000111100011111110110000011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,33,41); }

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

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

 a { background-color: rgb(94,33,41); }

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

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

 span { border-color: rgb(94,33,41); }

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