Html Css Color HEX #50293B Barossa

📋 copy color: '#50293B'

red 80 ◦ green 41 ◦ blue 59

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

Shades of Barossa #50293B

Tints of Barossa #50293B

RGB

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

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

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

R = 44.44%
G = 22.78%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.69

RGB Variations

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

Color information

#50293B (or 0x50293B) is known color: Barossa. HEX triplet: 50, 29 and 3B. RGB value is (80,41,59). Sum of RGB (Red+Green+Blue) = 80+41+59=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 59 (23.44% from 255 or 32.78% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #50293B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50293B is #AFD6C4. Grayscale: #363636. Windows color (decimal): -11523781 or 3877200. OLE color: 3877200.

HSL color Cylindrical-coordinate representation of color #50293B: hue angle of 332.31º 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 #50293B is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 41 59 -
CMYK 0 0.49 0.26 0.69
HSL 332.31º 0.32% 0.24% -
HSV(B) 332.31º 0.49% 0.31% -
XYZ 4.89 3.61 4.58 -
YUV 54.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 80 41 59 0 0.49 0.26 0.69 332.31 0.32 0.24
Hex 50 29 3B 0 31 1A 45 14C 20 18
Octal 120 51 73 0 61 32 105 514 40 30
Binary 1010000 101001 111011 0 110001 11010 1000101 101001100 100000 11000

Color Harmonies of #50293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50293B

Black with #50293B

Text Example


Text Example

White with #50293B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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