Html Css Color HEX #573133 Jazz

📋 copy color: '#573133'

red 87 ◦ green 49 ◦ blue 51

#573133
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazz #573133

Tints of Jazz #573133

RGB

 RED value IS 87 (34.38% from 255) = 46.52%

 GREEN value IS 49 (19.53% from 255) = 26.2%

 BLUE value IS 51 (20.31% from 255) = 27.27%

R = 46.52%
G = 26.2%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#573133 (or 0x573133) is known color: Jazz. HEX triplet: 57, 31 and 33. RGB value is (87,49,51). Sum of RGB (Red+Green+Blue) = 87+49+51=187 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.52% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 87 - color contains mainly: red. Hex color #573133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573133 is #A8CECC. Grayscale: #3C3C3C. Windows color (decimal): -11062989 or 3354967. OLE color: 3354967.

HSL color Cylindrical-coordinate representation of color #573133: hue angle of 356.84º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #573133 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 49 51 -
CMYK 0 0.44 0.41 0.66
HSL 356.84º 0.28% 0.27% -
HSV(B) 356.84º 0.44% 0.34% -
XYZ 5.63 4.46 3.7 -
YUV 60.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 87 49 51 0 0.44 0.41 0.66 356.84 0.28 0.27
Hex 57 31 33 0 2C 29 42 165 1C 1B
Octal 127 61 63 0 54 51 102 545 34 33
Binary 1010111 110001 110011 0 101100 101001 1000010 101100101 11100 11011

Color Harmonies of #573133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573133

Black with #573133

Text Example


Text Example

White with #573133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573133; }

 p { color: rgb(87,49,51); }

 H1.HeaderClassName
 {
   color: #573133;
 }
 .AnyTagClassName
 {
   color: #573133;
 }
</style>

background-color css

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

 a { background-color: rgb(87,49,51); }

 div.DivClassName
 {
   background-color: #573133;
 }
 .BgClassName
 {
   background-color: #573133;
 }
</style>

border-color css

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

 span { border-color: rgb(87,49,51); }

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