#5D272B

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

Shades of Jazz #5D272B

Tints of Jazz #5D272B

Color information

#5D272B (or 0x5D272B) is unknown color: approx Jazz. HEX triplet: 5D, 27 and 2B. RGB value is (93,39,43). Sum of RGB (Red+Green+Blue) = 93+39+43=175 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.14% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 93 - color contains mainly: red. Hex color #5D272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D272B is #A2D8D4. Grayscale: #373737. Windows color (decimal): -10672341 or 2828125. OLE color: 2828125.

HSL color Cylindrical-coordinate representation of color #5D272B: hue angle of 355.56º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D272B is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB933943-
CMYK00.580.540.64
HSL355.56º40.91%25.88%-
HSV(B)355.56º58.06%36.47%-
XYZ5.683.952.75-
YUV55.6120.89154.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 53.14%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 43 (17.19% from 255) = 24.57%
R=53.14%
G=22.29%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93394300.580.540.64355.5640.9125.88
Hex5D272B03A3640164291a
Octal1354753072661005445132
Binary10111011001111010110111010110110100000010110010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,39,43); }

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

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

 a { background-color: rgb(93,39,43); }

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

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

 span { border-color: rgb(93,39,43); }

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