Html Css Color HEX #573134 Jazz

📋 copy color: '#573134'

red 87 ◦ green 49 ◦ blue 52

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

Shades of Jazz #573134

Tints of Jazz #573134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 27.66%

R = 46.28%
G = 26.06%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.66

RGB Variations

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

Color information

#573134 (or 0x573134) is known color: Jazz. HEX triplet: 57, 31 and 34. RGB value is (87,49,52). Sum of RGB (Red+Green+Blue) = 87+49+52=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 87 - color contains mainly: red. Hex color #573134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573134 is #A8CECB. Grayscale: #3C3C3C. Windows color (decimal): -11062988 or 3420503. OLE color: 3420503.

HSL color Cylindrical-coordinate representation of color #573134: hue angle of 355.26º 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 #573134 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 49 52 -
CMYK 0 0.44 0.40 0.66
HSL 355.26º 0.28% 0.27% -
HSV(B) 355.26º 0.44% 0.34% -
XYZ 5.65 4.47 3.81 -
YUV 60.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 87 49 52 0 0.44 0.40 0.66 355.26 0.28 0.27
Hex 57 31 34 0 2C 28 42 163 1C 1B
Octal 127 61 64 0 54 50 102 543 34 33
Binary 1010111 110001 110100 0 101100 101000 1000010 101100011 11100 11011

Color Harmonies of #573134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573134

Black with #573134

Text Example


Text Example

White with #573134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573134; }

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

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

background-color css

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

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

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

border-color css

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

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

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