Html Css Color HEX #50293D Barossa

📋 copy color: '#50293D'

red 80 ◦ green 41 ◦ blue 61

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

Shades of Barossa #50293D

Tints of Barossa #50293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 33.52%

R = 43.96%
G = 22.53%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.69

RGB Variations

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

Color information

#50293D (or 0x50293D) is known color: Barossa. HEX triplet: 50, 29 and 3D. RGB value is (80,41,61). Sum of RGB (Red+Green+Blue) = 80+41+61=182 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.96% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 80 - color contains mainly: red. Hex color #50293D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #50293D is #AFD6C2. Grayscale: #363636. Windows color (decimal): -11523779 or 4008272. OLE color: 4008272.

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

Color convert

RGB 80 41 61 -
CMYK 0 0.49 0.24 0.69
HSL 329.23º 0.32% 0.24% -
HSV(B) 329.23º 0.49% 0.31% -
XYZ 4.94 3.63 4.85 -
YUV 54.94 131.42 145.87 -
System Red Green Blue C M Y K H S L
Decimal 80 41 61 0 0.49 0.24 0.69 329.23 0.32 0.24
Hex 50 29 3D 0 31 18 45 149 20 18
Octal 120 51 75 0 61 30 105 511 40 30
Binary 1010000 101001 111101 0 110001 11000 1000101 101001001 100000 11000

Color Harmonies of #50293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50293D

Black with #50293D

Text Example


Text Example

White with #50293D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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