Html Css Color HEX #502239 Barossa

📋 copy color: '#502239'

red 80 ◦ green 34 ◦ blue 57

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

Shades of Barossa #502239

Tints of Barossa #502239

RGB

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

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

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

R = 46.78%
G = 19.88%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#502239 (or 0x502239) is known color: Barossa. HEX triplet: 50, 22 and 39. RGB value is (80,34,57). Sum of RGB (Red+Green+Blue) = 80+34+57=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 34 (13.67% from 255 or 19.88% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #502239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502239 is #AFDDC6. Grayscale: #323232. Windows color (decimal): -11525575 or 3744336. OLE color: 3744336.

HSL color Cylindrical-coordinate representation of color #502239: hue angle of 330º 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 #502239 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 34 57 -
CMYK 0 0.58 0.29 0.69
HSL 330º 0.4% 0.22% -
HSV(B) 330º 0.58% 0.31% -
XYZ 4.62 3.14 4.23 -
YUV 50.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 80 34 57 0 0.58 0.29 0.69 330 0.4 0.22
Hex 50 22 39 0 3A 1D 45 14A 28 16
Octal 120 42 71 0 72 35 105 512 50 26
Binary 1010000 100010 111001 0 111010 11101 1000101 101001010 101000 10110

Color Harmonies of #502239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502239

Black with #502239

Text Example


Text Example

White with #502239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502239; }

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

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

background-color css

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

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

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

border-color css

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

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

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