#5D252E

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

Shades of Jazz #5D252E

Tints of Jazz #5D252E

Color information

#5D252E (or 0x5D252E) is unknown color: approx Jazz. HEX triplet: 5D, 25 and 2E. RGB value is (93,37,46). Sum of RGB (Red+Green+Blue) = 93+37+46=176 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.84% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 46 (18.36% from 255 or 26.14% from 176); Max value from RGB is 93 - color contains mainly: red. Hex color #5D252E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D252E is #A2DAD1. Grayscale: #363636. Windows color (decimal): -10672850 or 3024221. OLE color: 3024221.

HSL color Cylindrical-coordinate representation of color #5D252E: hue angle of 350.36º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D252E is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB933746-
CMYK00.600.510.64
HSL350.36º43.08%25.49%-
HSV(B)350.36º60.22%36.47%-
XYZ5.673.853.03-
YUV54.77123.05155.27-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 52.84%
GREEN value IS 37 (14.84% from 255) = 21.02%
BLUE value IS 46 (18.36% from 255) = 26.14%
R=52.84%
G=21.02%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93374600.600.510.64350.3643.0825.49
Hex5D252E03C334015e2b19
Octal1354556074631005365331
Binary10111011001011011100111100110011100000010101111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,37,46); }

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

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

 a { background-color: rgb(93,37,46); }

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

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

 span { border-color: rgb(93,37,46); }

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