#5B272B

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

Shades of Jazz #5B272B

Tints of Jazz #5B272B

Color information

#5B272B (or 0x5B272B) is unknown color: approx Jazz. HEX triplet: 5B, 27 and 2B. RGB value is (91,39,43). Sum of RGB (Red+Green+Blue) = 91+39+43=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 39 (15.62% from 255 or 22.54% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B272B is #A4D8D4. Grayscale: #373737. Windows color (decimal): -10803413 or 2828123. OLE color: 2828123.

HSL color Cylindrical-coordinate representation of color #5B272B: hue angle of 355.38º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B272B is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB913943-
CMYK00.570.530.64
HSL355.38º40%25.49%-
HSV(B)355.38º57.14%35.69%-
XYZ5.483.852.74-
YUV55121.23153.67-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.60%
GREEN value IS 39 (15.62% from 255) = 22.54%
BLUE value IS 43 (17.19% from 255) = 24.86%
R=52.60%
G=22.54%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91394300.570.530.64355.384025.49
Hex5B272B03935401632819
Octal1334753071651005435031
Binary10110111001111010110111001110101100000010110001110100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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