Html Css Color HEX #573044 Barossa

📋 copy color: '#573044'

red 87 ◦ green 48 ◦ blue 68

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

Shades of Barossa #573044

Tints of Barossa #573044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.65%

 BLUE value IS 68 (26.95% from 255) = 33.5%

R = 42.86%
G = 23.65%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#573044 (or 0x573044) is known color: Barossa. HEX triplet: 57, 30 and 44. RGB value is (87,48,68). Sum of RGB (Red+Green+Blue) = 87+48+68=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #573044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573044 is #A8CFBB. Grayscale: #3D3D3D. Windows color (decimal): -11063228 or 4468823. OLE color: 4468823.

HSL color Cylindrical-coordinate representation of color #573044: hue angle of 329.23º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #573044 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 48 68 -
CMYK 0 0.45 0.22 0.66
HSL 329.23º 0.29% 0.26% -
HSV(B) 329.23º 0.45% 0.34% -
XYZ 6.03 4.56 6.03 -
YUV 61.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 87 48 68 0 0.45 0.22 0.66 329.23 0.29 0.26
Hex 57 30 44 0 2D 16 42 149 1D 1A
Octal 127 60 104 0 55 26 102 511 35 32
Binary 1010111 110000 1000100 0 101101 10110 1000010 101001001 11101 11010

Color Harmonies of #573044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573044

Black with #573044

Text Example


Text Example

White with #573044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573044; }

 p { color: rgb(87,48,68); }

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

background-color css

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

 a { background-color: rgb(87,48,68); }

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

border-color css

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

 span { border-color: rgb(87,48,68); }

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