Html Css Color HEX #50213E Barossa

📋 copy color: '#50213E'

red 80 ◦ green 33 ◦ blue 62

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

Shades of Barossa #50213E

Tints of Barossa #50213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.86%

 BLUE value IS 62 (24.61% from 255) = 35.43%

R = 45.71%
G = 18.86%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#50213E (or 0x50213E) is known color: Barossa. HEX triplet: 50, 21 and 3E. RGB value is (80,33,62). Sum of RGB (Red+Green+Blue) = 80+33+62=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 80 - color contains mainly: red. Hex color #50213E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50213E is #AFDEC1. Grayscale: #323232. Windows color (decimal): -11525826 or 4071760. OLE color: 4071760.

HSL color Cylindrical-coordinate representation of color #50213E: hue angle of 322.98º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50213E is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 33 62 -
CMYK 0 0.59 0.22 0.69
HSL 322.98º 0.42% 0.22% -
HSV(B) 322.98º 0.59% 0.31% -
XYZ 4.72 3.14 4.91 -
YUV 50.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 80 33 62 0 0.59 0.22 0.69 322.98 0.42 0.22
Hex 50 21 3E 0 3B 16 45 143 2A 16
Octal 120 41 76 0 73 26 105 503 52 26
Binary 1010000 100001 111110 0 111011 10110 1000101 101000011 101010 10110

Color Harmonies of #50213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50213E

Black with #50213E

Text Example


Text Example

White with #50213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50213E; }

 p { color: rgb(80,33,62); }

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

background-color css

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

 a { background-color: rgb(80,33,62); }

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

border-color css

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

 span { border-color: rgb(80,33,62); }

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