#5E1225

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

Shades of Pohutukawa #5E1225

Tints of Pohutukawa #5E1225

Color information

#5E1225 (or 0x5E1225) is unknown color: approx Pohutukawa. HEX triplet: 5E, 12 and 25. RGB value is (94,18,37). Sum of RGB (Red+Green+Blue) = 94+18+37=149 (19% of max value = 765). Red value is 94 (37.11% from 255 or 63.09% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 37 (14.84% from 255 or 24.83% from 149); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1225 is #A1EDDA. Grayscale: #2A2A2A. Windows color (decimal): -10612187 or 2429534. OLE color: 2429534.

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

Color convert

RGB941837-
CMYK00.810.610.63
HSL345º67.86%21.96%-
HSV(B)345º80.85%36.86%-
XYZ5.172.952.05-
YUV42.89124.68164.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 63.09%
GREEN value IS 18 (7.42% from 255) = 12.08%
BLUE value IS 37 (14.84% from 255) = 24.83%
R=63.09%
G=12.08%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94183700.810.610.6334567.8621.96
Hex5E12250513D3F1594416
Octal13622450121757753110426
Binary10111101001010010101010001111101111111101011001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,18,37); }

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

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

 a { background-color: rgb(94,18,37); }

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

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

 span { border-color: rgb(94,18,37); }

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