Html Css Color HEX #503240 Barossa

📋 copy color: '#503240'

red 80 ◦ green 50 ◦ blue 64

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

Shades of Barossa #503240

Tints of Barossa #503240

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.77%

 BLUE value IS 64 (25.39% from 255) = 32.99%

R = 41.24%
G = 25.77%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#503240 (or 0x503240) is known color: Barossa. HEX triplet: 50, 32 and 40. RGB value is (80,50,64). Sum of RGB (Red+Green+Blue) = 80+50+64=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 80 - color contains mainly: red. Hex color #503240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503240 is #AFCDBF. Grayscale: #3C3C3C. Windows color (decimal): -11521472 or 4207184. OLE color: 4207184.

HSL color Cylindrical-coordinate representation of color #503240: hue angle of 332º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #503240 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 50 64 -
CMYK 0 0.37 0.20 0.69
HSL 332º 0.23% 0.25% -
HSV(B) 332º 0.38% 0.31% -
XYZ 5.37 4.36 5.41 -
YUV 60.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 80 50 64 0 0.37 0.20 0.69 332 0.23 0.25
Hex 50 32 40 0 25 14 45 14C 17 19
Octal 120 62 100 0 45 24 105 514 27 31
Binary 1010000 110010 1000000 0 100101 10100 1000101 101001100 10111 11001

Color Harmonies of #503240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503240

Black with #503240

Text Example


Text Example

White with #503240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503240; }

 p { color: rgb(80,50,64); }

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

background-color css

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

 a { background-color: rgb(80,50,64); }

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

border-color css

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

 span { border-color: rgb(80,50,64); }

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