Html Css Color HEX #50203B Barossa

📋 copy color: '#50203B'

red 80 ◦ green 32 ◦ blue 59

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

Shades of Barossa #50203B

Tints of Barossa #50203B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.71%

 BLUE value IS 59 (23.44% from 255) = 34.5%

R = 46.78%
G = 18.71%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#50203B (or 0x50203B) is known color: Barossa. HEX triplet: 50, 20 and 3B. RGB value is (80,32,59). Sum of RGB (Red+Green+Blue) = 80+32+59=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #50203B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50203B is #AFDFC4. Grayscale: #313131. Windows color (decimal): -11526085 or 3874896. OLE color: 3874896.

HSL color Cylindrical-coordinate representation of color #50203B: hue angle of 326.25º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50203B is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 32 59 -
CMYK 0 0.60 0.26 0.69
HSL 326.25º 0.43% 0.22% -
HSV(B) 326.25º 0.6% 0.31% -
XYZ 4.61 3.05 4.48 -
YUV 49.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 80 32 59 0 0.60 0.26 0.69 326.25 0.43 0.22
Hex 50 20 3B 0 3C 1A 45 146 2B 16
Octal 120 40 73 0 74 32 105 506 53 26
Binary 1010000 100000 111011 0 111100 11010 1000101 101000110 101011 10110

Color Harmonies of #50203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50203B

Black with #50203B

Text Example


Text Example

White with #50203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50203B; }

 p { color: rgb(80,32,59); }

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

background-color css

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

 a { background-color: rgb(80,32,59); }

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

border-color css

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

 span { border-color: rgb(80,32,59); }

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