Html Css Color HEX #502540 Barossa

📋 copy color: '#502540'

red 80 ◦ green 37 ◦ blue 64

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

Shades of Barossa #502540

Tints of Barossa #502540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.44%

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

R = 44.2%
G = 20.44%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#502540 (or 0x502540) is known color: Barossa. HEX triplet: 50, 25 and 40. RGB value is (80,37,64). Sum of RGB (Red+Green+Blue) = 80+37+64=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 80 - color contains mainly: red. Hex color #502540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502540 is #AFDABF. Grayscale: #343434. Windows color (decimal): -11524800 or 4203856. OLE color: 4203856.

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

Color convert

RGB 80 37 64 -
CMYK 0 0.54 0.20 0.69
HSL 322.33º 0.37% 0.23% -
HSV(B) 322.33º 0.54% 0.31% -
XYZ 4.9 3.4 5.25 -
YUV 52.94 134.25 147.3 -
System Red Green Blue C M Y K H S L
Decimal 80 37 64 0 0.54 0.20 0.69 322.33 0.37 0.23
Hex 50 25 40 0 36 14 45 142 25 17
Octal 120 45 100 0 66 24 105 502 45 27
Binary 1010000 100101 1000000 0 110110 10100 1000101 101000010 100101 10111

Color Harmonies of #502540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502540

Black with #502540

Text Example


Text Example

White with #502540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502540; }

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

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

background-color css

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

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

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

border-color css

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

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

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