#5E0E25

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

Shades of Pohutukawa #5E0E25

Tints of Pohutukawa #5E0E25

Color information

#5E0E25 (or 0x5E0E25) is unknown color: approx Pohutukawa. HEX triplet: 5E, 0E and 25. RGB value is (94,14,37). Sum of RGB (Red+Green+Blue) = 94+14+37=145 (19% of max value = 765). Red value is 94 (37.11% from 255 or 64.83% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0E25 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0E25 is #A1F1DA. Grayscale: #282828. Windows color (decimal): -10613211 or 2428510. OLE color: 2428510.

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

Color convert

RGB941437-
CMYK00.850.610.63
HSL342.75º74.07%21.18%-
HSV(B)342.75º85.11%36.86%-
XYZ5.112.832.03-
YUV40.54126166.13-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 64.83%
GREEN value IS 14 (5.86% from 255) = 9.66%
BLUE value IS 37 (14.84% from 255) = 25.52%
R=64.83%
G=9.66%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94143700.850.610.63342.7574.0721.18
Hex5EE250553D3F1574a15
Octal13616450125757752711225
Binary1011110111010010101010101111101111111101010111100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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