Html Css Color HEX #503543 Barossa

📋 copy color: '#503543'

red 80 ◦ green 53 ◦ blue 67

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

Shades of Barossa #503543

Tints of Barossa #503543

RGB

 RED value IS 80 (31.64% from 255) = 40%

 GREEN value IS 53 (21.09% from 255) = 26.5%

 BLUE value IS 67 (26.56% from 255) = 33.5%

R = 40%
G = 26.5%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#503543 (or 0x503543) is known color: Barossa. HEX triplet: 50, 35 and 43. RGB value is (80,53,67). Sum of RGB (Red+Green+Blue) = 80+53+67=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #503543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503543 is #AFCABC. Grayscale: #3E3E3E. Windows color (decimal): -11520701 or 4404560. OLE color: 4404560.

HSL color Cylindrical-coordinate representation of color #503543: hue angle of 328.89º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #503543 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 53 67 -
CMYK 0 0.34 0.16 0.69
HSL 328.89º 0.2% 0.26% -
HSV(B) 328.89º 0.34% 0.31% -
XYZ 5.59 4.66 5.91 -
YUV 62.67 130.45 140.36 -
System Red Green Blue C M Y K H S L
Decimal 80 53 67 0 0.34 0.16 0.69 328.89 0.2 0.26
Hex 50 35 43 0 22 10 45 149 14 1A
Octal 120 65 103 0 42 20 105 511 24 32
Binary 1010000 110101 1000011 0 100010 10000 1000101 101001001 10100 11010

Color Harmonies of #503543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503543

Black with #503543

Text Example


Text Example

White with #503543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503543; }

 p { color: rgb(80,53,67); }

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

background-color css

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

 a { background-color: rgb(80,53,67); }

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

border-color css

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

 span { border-color: rgb(80,53,67); }

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