Html Css Color HEX #502339 Barossa

📋 copy color: '#502339'

red 80 ◦ green 35 ◦ blue 57

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

Shades of Barossa #502339

Tints of Barossa #502339

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.35%

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

R = 46.51%
G = 20.35%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#502339 (or 0x502339) is known color: Barossa. HEX triplet: 50, 23 and 39. RGB value is (80,35,57). Sum of RGB (Red+Green+Blue) = 80+35+57=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #502339 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502339 is #AFDCC6. Grayscale: #323232. Windows color (decimal): -11525319 or 3744592. OLE color: 3744592.

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

Color convert

RGB 80 35 57 -
CMYK 0 0.56 0.29 0.69
HSL 330.67º 0.39% 0.23% -
HSV(B) 330.67º 0.56% 0.31% -
XYZ 4.65 3.2 4.24 -
YUV 50.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 80 35 57 0 0.56 0.29 0.69 330.67 0.39 0.23
Hex 50 23 39 0 38 1D 45 14B 27 17
Octal 120 43 71 0 70 35 105 513 47 27
Binary 1010000 100011 111001 0 111000 11101 1000101 101001011 100111 10111

Color Harmonies of #502339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502339

Black with #502339

Text Example


Text Example

White with #502339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502339; }

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

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

background-color css

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

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

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

border-color css

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

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

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