#5E242F

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

Shades of Jazz #5E242F

Tints of Jazz #5E242F

Color information

#5E242F (or 0x5E242F) is unknown color: approx Jazz. HEX triplet: 5E, 24 and 2F. RGB value is (94,36,47). Sum of RGB (Red+Green+Blue) = 94+36+47=177 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.11% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 94 - color contains mainly: red. Hex color #5E242F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E242F is #A1DBD0. Grayscale: #363636. Windows color (decimal): -10607569 or 3089502. OLE color: 3089502.

HSL color Cylindrical-coordinate representation of color #5E242F: hue angle of 348.62º 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 #5E242F is Cyan = 0, Magento = 0.62, Yellow = 0.5 and Black (K on CMYK) = 0.63.

Color convert

RGB943647-
CMYK00.620.50.63
HSL348.62º44.62%25.49%-
HSV(B)348.62º61.7%36.86%-
XYZ5.763.853.13-
YUV54.6123.72156.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 53.11%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 47 (18.75% from 255) = 26.55%
R=53.11%
G=20.34%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.5
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94364700.620.50.63348.6244.6225.49
Hex5E242F03E323F15d2d19
Octal136445707662775355531
Binary1011110100100101111011111011001011111110101110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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