Html Css Color HEX #503541 Barossa

📋 copy color: '#503541'

red 80 ◦ green 53 ◦ blue 65

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

Shades of Barossa #503541

Tints of Barossa #503541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.83%

R = 40.4%
G = 26.77%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#503541 (or 0x503541) is known color: Barossa. HEX triplet: 50, 35 and 41. RGB value is (80,53,65). Sum of RGB (Red+Green+Blue) = 80+53+65=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 65 (25.78% from 255 or 32.83% from 198); Max value from RGB is 80 - color contains mainly: red. Hex color #503541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503541 is #AFCABE. Grayscale: #3E3E3E. Windows color (decimal): -11520703 or 4273488. OLE color: 4273488.

HSL color Cylindrical-coordinate representation of color #503541: hue angle of 333.33º 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 #503541 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 53 65 -
CMYK 0 0.34 0.19 0.69
HSL 333.33º 0.2% 0.26% -
HSV(B) 333.33º 0.34% 0.31% -
XYZ 5.54 4.63 5.6 -
YUV 62.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 80 53 65 0 0.34 0.19 0.69 333.33 0.2 0.26
Hex 50 35 41 0 22 13 45 14D 14 1A
Octal 120 65 101 0 42 23 105 515 24 32
Binary 1010000 110101 1000001 0 100010 10011 1000101 101001101 10100 11010

Color Harmonies of #503541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503541

Black with #503541

Text Example


Text Example

White with #503541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503541; }

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

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

background-color css

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

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

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

border-color css

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

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

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