Html Css Color HEX #503041 Barossa

📋 copy color: '#503041'

red 80 ◦ green 48 ◦ blue 65

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

Shades of Barossa #503041

Tints of Barossa #503041

RGB

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

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

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

R = 41.45%
G = 24.87%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#503041 (or 0x503041) is known color: Barossa. HEX triplet: 50, 30 and 41. RGB value is (80,48,65). Sum of RGB (Red+Green+Blue) = 80+48+65=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 80 - color contains mainly: red. Hex color #503041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503041 is #AFCFBE. Grayscale: #3B3B3B. Windows color (decimal): -11521983 or 4272208. OLE color: 4272208.

HSL color Cylindrical-coordinate representation of color #503041: hue angle of 328.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #503041 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 48 65 -
CMYK 0 0.40 0.19 0.69
HSL 328.13º 0.25% 0.25% -
HSV(B) 328.13º 0.4% 0.31% -
XYZ 5.32 4.2 5.53 -
YUV 59.51 131.1 142.62 -
System Red Green Blue C M Y K H S L
Decimal 80 48 65 0 0.40 0.19 0.69 328.13 0.25 0.25
Hex 50 30 41 0 28 13 45 148 19 19
Octal 120 60 101 0 50 23 105 510 31 31
Binary 1010000 110000 1000001 0 101000 10011 1000101 101001000 11001 11001

Color Harmonies of #503041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503041

Black with #503041

Text Example


Text Example

White with #503041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503041; }

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

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

background-color css

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

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

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

border-color css

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

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

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