#5E242D

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

Shades of Jazz #5E242D

Tints of Jazz #5E242D

Color information

#5E242D (or 0x5E242D) is unknown color: approx Jazz. HEX triplet: 5E, 24 and 2D. RGB value is (94,36,45). Sum of RGB (Red+Green+Blue) = 94+36+45=175 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.71% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 94 - color contains mainly: red. Hex color #5E242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E242D is #A1DBD2. Grayscale: #363636. Windows color (decimal): -10607571 or 2958430. OLE color: 2958430.

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

Color convert

RGB943645-
CMYK00.620.520.63
HSL350.69º44.62%25.49%-
HSV(B)350.69º61.7%36.86%-
XYZ5.723.832.92-
YUV54.37122.72156.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 53.71%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=53.71%
G=20.57%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94364500.620.520.63350.6944.6225.49
Hex5E242D03E343F15f2d19
Octal136445507664775375531
Binary1011110100100101101011111011010011111110101111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,36,45); }

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

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

 a { background-color: rgb(94,36,45); }

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

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

 span { border-color: rgb(94,36,45); }

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