#5E1529

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

Shades of Pohutukawa #5E1529

Tints of Pohutukawa #5E1529

Color information

#5E1529 (or 0x5E1529) is unknown color: approx Pohutukawa. HEX triplet: 5E, 15 and 29. RGB value is (94,21,41). Sum of RGB (Red+Green+Blue) = 94+21+41=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 41 (16.41% from 255 or 26.28% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1529 is #A1EAD6. Grayscale: #2D2D2D. Windows color (decimal): -10611415 or 2692446. OLE color: 2692446.

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

Color convert

RGB942141-
CMYK00.780.560.63
HSL343.56º63.48%22.55%-
HSV(B)343.56º77.66%36.86%-
XYZ5.283.082.41-
YUV45.11125.68162.87-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 60.26%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 41 (16.41% from 255) = 26.28%
R=60.26%
G=13.46%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94214100.780.560.63343.5663.4822.55
Hex5E152904E383F1583f17
Octal1362551011670775307727
Binary1011110101011010010100111011100011111110101100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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