Html Css Color HEX #502839 Barossa

📋 copy color: '#502839'

red 80 ◦ green 40 ◦ blue 57

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

Shades of Barossa #502839

Tints of Barossa #502839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.6%

 BLUE value IS 57 (22.66% from 255) = 32.2%

R = 45.2%
G = 22.6%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#502839 (or 0x502839) is known color: Barossa. HEX triplet: 50, 28 and 39. RGB value is (80,40,57). Sum of RGB (Red+Green+Blue) = 80+40+57=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 80 - color contains mainly: red. Hex color #502839 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502839 is #AFD7C6. Grayscale: #353535. Windows color (decimal): -11524039 or 3745872. OLE color: 3745872.

HSL color Cylindrical-coordinate representation of color #502839: hue angle of 334.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #502839 is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 40 57 -
CMYK 0 0.5 0.29 0.69
HSL 334.5º 0.33% 0.24% -
HSV(B) 334.5º 0.5% 0.31% -
XYZ 4.81 3.52 4.3 -
YUV 53.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 80 40 57 0 0.5 0.29 0.69 334.5 0.33 0.24
Hex 50 28 39 0 32 1D 45 14E 21 18
Octal 120 50 71 0 62 35 105 516 41 30
Binary 1010000 101000 111001 0 110010 11101 1000101 101001110 100001 11000

Color Harmonies of #502839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502839

Black with #502839

Text Example


Text Example

White with #502839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502839; }

 p { color: rgb(80,40,57); }

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

background-color css

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

 a { background-color: rgb(80,40,57); }

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

border-color css

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

 span { border-color: rgb(80,40,57); }

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