Html Css Color HEX #50293E Barossa

📋 copy color: '#50293E'

red 80 ◦ green 41 ◦ blue 62

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

Shades of Barossa #50293E

Tints of Barossa #50293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.4%

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

R = 43.72%
G = 22.4%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#50293E (or 0x50293E) is known color: Barossa. HEX triplet: 50, 29 and 3E. RGB value is (80,41,62). Sum of RGB (Red+Green+Blue) = 80+41+62=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 80 - color contains mainly: red. Hex color #50293E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50293E is #AFD6C1. Grayscale: #373737. Windows color (decimal): -11523778 or 4073808. OLE color: 4073808.

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

Color convert

RGB 80 41 62 -
CMYK 0 0.49 0.22 0.69
HSL 327.69º 0.32% 0.24% -
HSV(B) 327.69º 0.49% 0.31% -
XYZ 4.97 3.64 5 -
YUV 55.06 131.92 145.79 -
System Red Green Blue C M Y K H S L
Decimal 80 41 62 0 0.49 0.22 0.69 327.69 0.32 0.24
Hex 50 29 3E 0 31 16 45 148 20 18
Octal 120 51 76 0 61 26 105 510 40 30
Binary 1010000 101001 111110 0 110001 10110 1000101 101001000 100000 11000

Color Harmonies of #50293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50293E

Black with #50293E

Text Example


Text Example

White with #50293E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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