#5E1D25

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

Shades of Pohutukawa #5E1D25

Tints of Pohutukawa #5E1D25

Color information

#5E1D25 (or 0x5E1D25) is unknown color: approx Pohutukawa. HEX triplet: 5E, 1D and 25. RGB value is (94,29,37). Sum of RGB (Red+Green+Blue) = 94+29+37=160 (21% of max value = 765). Red value is 94 (37.11% from 255 or 58.75% from 160); Green value is 29 (11.72% from 255 or 18.12% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E1D25 is #A1E2DA. Grayscale: #313131. Windows color (decimal): -10609371 or 2432350. OLE color: 2432350.

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

Color convert

RGB942937-
CMYK00.690.610.63
HSL352.62º52.85%24.12%-
HSV(B)352.62º69.15%36.86%-
XYZ5.393.392.12-
YUV49.35121.03159.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 58.75%
GREEN value IS 29 (11.72% from 255) = 18.12%
BLUE value IS 37 (14.84% from 255) = 23.12%
R=58.75%
G=18.12%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94293700.690.610.63352.6252.8524.12
Hex5E1D250453D3F1613518
Octal1363545010575775416530
Binary1011110111011001010100010111110111111110110000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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