Html Css Color HEX #503042 Barossa

📋 copy color: '#503042'

red 80 ◦ green 48 ◦ blue 66

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

Shades of Barossa #503042

Tints of Barossa #503042

RGB

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

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

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

R = 41.24%
G = 24.74%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#503042 (or 0x503042) is known color: Barossa. HEX triplet: 50, 30 and 42. RGB value is (80,48,66). Sum of RGB (Red+Green+Blue) = 80+48+66=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #503042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503042 is #AFCFBD. Grayscale: #3B3B3B. Windows color (decimal): -11521982 or 4337744. OLE color: 4337744.

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

Color convert

RGB 80 48 66 -
CMYK 0 0.40 0.17 0.69
HSL 326.25º 0.25% 0.25% -
HSV(B) 326.25º 0.4% 0.31% -
XYZ 5.35 4.21 5.69 -
YUV 59.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 80 48 66 0 0.40 0.17 0.69 326.25 0.25 0.25
Hex 50 30 42 0 28 11 45 146 19 19
Octal 120 60 102 0 50 21 105 506 31 31
Binary 1010000 110000 1000010 0 101000 10001 1000101 101000110 11001 11001

Color Harmonies of #503042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503042

Black with #503042

Text Example


Text Example

White with #503042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503042; }

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

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

background-color css

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

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

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

border-color css

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

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

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