Html Css Color HEX #503142 Barossa

📋 copy color: '#503142'

red 80 ◦ green 49 ◦ blue 66

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

Shades of Barossa #503142

Tints of Barossa #503142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 33.85%

R = 41.03%
G = 25.13%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#503142 (or 0x503142) is known color: Barossa. HEX triplet: 50, 31 and 42. RGB value is (80,49,66). Sum of RGB (Red+Green+Blue) = 80+49+66=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #503142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503142 is #AFCEBD. Grayscale: #3C3C3C. Windows color (decimal): -11521726 or 4338000. OLE color: 4338000.

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

Color convert

RGB 80 49 66 -
CMYK 0 0.39 0.17 0.69
HSL 327.1º 0.24% 0.25% -
HSV(B) 327.1º 0.39% 0.31% -
XYZ 5.39 4.3 5.7 -
YUV 60.21 131.27 142.12 -
System Red Green Blue C M Y K H S L
Decimal 80 49 66 0 0.39 0.17 0.69 327.1 0.24 0.25
Hex 50 31 42 0 27 11 45 147 18 19
Octal 120 61 102 0 47 21 105 507 30 31
Binary 1010000 110001 1000010 0 100111 10001 1000101 101000111 11000 11001

Color Harmonies of #503142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503142

Black with #503142

Text Example


Text Example

White with #503142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503142; }

 p { color: rgb(80,49,66); }

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

background-color css

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

 a { background-color: rgb(80,49,66); }

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

border-color css

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

 span { border-color: rgb(80,49,66); }

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