#5B242D

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

Shades of Jazz #5B242D

Tints of Jazz #5B242D

Color information

#5B242D (or 0x5B242D) is unknown color: approx Jazz. HEX triplet: 5B, 24 and 2D. RGB value is (91,36,45). Sum of RGB (Red+Green+Blue) = 91+36+45=172 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.91% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 45 (17.97% from 255 or 26.16% from 172); Max value from RGB is 91 - color contains mainly: red. Hex color #5B242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B242D is #A4DBD2. Grayscale: #353535. Windows color (decimal): -10804179 or 2958427. OLE color: 2958427.

HSL color Cylindrical-coordinate representation of color #5B242D: hue angle of 350.18º 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 #5B242D is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB913645-
CMYK00.600.510.64
HSL350.18º43.31%24.9%-
HSV(B)350.18º60.44%35.69%-
XYZ5.423.682.91-
YUV53.47123.22154.77-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 52.91%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 45 (17.97% from 255) = 26.16%
R=52.91%
G=20.93%
B=26.16%

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
Decimal91364500.600.510.64350.1843.3124.9
Hex5B242D03C334015e2b19
Octal1334455074631005365331
Binary10110111001001011010111100110011100000010101111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,36,45); }

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

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

 a { background-color: rgb(91,36,45); }

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

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

 span { border-color: rgb(91,36,45); }

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