Html Css Color HEX #503043 Barossa

📋 copy color: '#503043'

red 80 ◦ green 48 ◦ blue 67

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

Shades of Barossa #503043

Tints of Barossa #503043

RGB

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

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

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

R = 41.03%
G = 24.62%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#503043 (or 0x503043) is known color: Barossa. HEX triplet: 50, 30 and 43. RGB value is (80,48,67). Sum of RGB (Red+Green+Blue) = 80+48+67=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #503043 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503043 is #AFCFBC. Grayscale: #3B3B3B. Windows color (decimal): -11521981 or 4403280. OLE color: 4403280.

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

Color convert

RGB 80 48 67 -
CMYK 0 0.40 0.16 0.69
HSL 324.38º 0.25% 0.25% -
HSV(B) 324.38º 0.4% 0.31% -
XYZ 5.38 4.22 5.84 -
YUV 59.73 132.1 142.46 -
System Red Green Blue C M Y K H S L
Decimal 80 48 67 0 0.40 0.16 0.69 324.38 0.25 0.25
Hex 50 30 43 0 28 10 45 144 19 19
Octal 120 60 103 0 50 20 105 504 31 31
Binary 1010000 110000 1000011 0 101000 10000 1000101 101000100 11001 11001

Color Harmonies of #503043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503043

Black with #503043

Text Example


Text Example

White with #503043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503043; }

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

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

background-color css

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

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

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

border-color css

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

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

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