#5a2b2c

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

Shades of Jazz #5A2B2C

Tints of Jazz #5A2B2C

Color information

#5A2B2C (or 0x5A2B2C) is unknown color: approx Jazz. HEX triplet: 5A, 2B and 2C. RGB value is (90,43,44). Sum of RGB (Red+Green+Blue) = 90+43+44=177 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.85% from 177); Green value is 43 (17.19% from 255 or 24.29% from 177); Blue value is 44 (17.58% from 255 or 24.86% from 177); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2B2C is #A5D4D3. Grayscale: #393939. Windows color (decimal): -10867924 or 2894682. OLE color: 2894682.

HSL color Cylindrical-coordinate representation of color #5A2B2C: hue angle of 358.72º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A2B2C is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.65.

Color convert

RGB904344-
CMYK00.520.510.65
HSL358.72º35.34%26.08%-
HSV(B)358.72º52.22%35.29%-
XYZ5.534.082.88-
YUV57.17120.57151.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 50.85%
GREEN value IS 43 (17.19% from 255) = 24.29%
BLUE value IS 44 (17.58% from 255) = 24.86%
R=50.85%
G=24.29%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90434400.520.510.65358.7235.3426.08
Hex5A2B2C0343341167231a
Octal1325354064631015474332
Binary10110101010111011000110100110011100000110110011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a2b2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,43,44); }

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

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

 a { background-color: rgb(90,43,44); }

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

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

 span { border-color: rgb(90,43,44); }

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