#5E252F

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

Shades of Jazz #5E252F

Tints of Jazz #5E252F

Color information

#5E252F (or 0x5E252F) is unknown color: approx Jazz. HEX triplet: 5E, 25 and 2F. RGB value is (94,37,47). Sum of RGB (Red+Green+Blue) = 94+37+47=178 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.81% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 94 - color contains mainly: red. Hex color #5E252F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E252F is #A1DAD0. Grayscale: #373737. Windows color (decimal): -10607313 or 3089758. OLE color: 3089758.

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

Color convert

RGB943747-
CMYK00.610.50.63
HSL349.47º43.51%25.69%-
HSV(B)349.47º60.64%36.86%-
XYZ5.793.913.14-
YUV55.18123.38155.69-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 52.81%
GREEN value IS 37 (14.84% from 255) = 20.79%
BLUE value IS 47 (18.75% from 255) = 26.40%
R=52.81%
G=20.79%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.5
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94374700.610.50.63349.4743.5125.69
Hex5E252F03D323F15d2c1a
Octal136455707562775355432
Binary1011110100101101111011110111001011111110101110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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