Html Css Color HEX #50223F Barossa

📋 copy color: '#50223F'

red 80 ◦ green 34 ◦ blue 63

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

Shades of Barossa #50223F

Tints of Barossa #50223F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.21%

 BLUE value IS 63 (25% from 255) = 35.59%

R = 45.2%
G = 19.21%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.69

RGB Variations

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

Color information

#50223F (or 0x50223F) is known color: Barossa. HEX triplet: 50, 22 and 3F. RGB value is (80,34,63). Sum of RGB (Red+Green+Blue) = 80+34+63=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #50223F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50223F is #AFDDC0. Grayscale: #323232. Windows color (decimal): -11525569 or 4137552. OLE color: 4137552.

HSL color Cylindrical-coordinate representation of color #50223F: hue angle of 322.17º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50223F is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 34 63 -
CMYK 0 0.58 0.21 0.69
HSL 322.17º 0.4% 0.22% -
HSV(B) 322.17º 0.58% 0.31% -
XYZ 4.78 3.21 5.07 -
YUV 51.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 80 34 63 0 0.58 0.21 0.69 322.17 0.4 0.22
Hex 50 22 3F 0 3A 15 45 142 28 16
Octal 120 42 77 0 72 25 105 502 50 26
Binary 1010000 100010 111111 0 111010 10101 1000101 101000010 101000 10110

Color Harmonies of #50223F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50223F

Black with #50223F

Text Example


Text Example

White with #50223F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50223F; }

 p { color: rgb(80,34,63); }

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

background-color css

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

 a { background-color: rgb(80,34,63); }

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

border-color css

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

 span { border-color: rgb(80,34,63); }

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