Html Css Color HEX #502340 Barossa

📋 copy color: '#502340'

red 80 ◦ green 35 ◦ blue 64

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

Shades of Barossa #502340

Tints of Barossa #502340

RGB

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

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

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

R = 44.69%
G = 19.55%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#502340 (or 0x502340) is known color: Barossa. HEX triplet: 50, 23 and 40. RGB value is (80,35,64). Sum of RGB (Red+Green+Blue) = 80+35+64=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 35 (14.06% from 255 or 19.55% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 80 - color contains mainly: red. Hex color #502340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502340 is #AFDCBF. Grayscale: #333333. Windows color (decimal): -11525312 or 4203344. OLE color: 4203344.

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

Color convert

RGB 80 35 64 -
CMYK 0 0.56 0.20 0.69
HSL 321.33º 0.39% 0.23% -
HSV(B) 321.33º 0.56% 0.31% -
XYZ 4.83 3.28 5.23 -
YUV 51.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 80 35 64 0 0.56 0.20 0.69 321.33 0.39 0.23
Hex 50 23 40 0 38 14 45 141 27 17
Octal 120 43 100 0 70 24 105 501 47 27
Binary 1010000 100011 1000000 0 111000 10100 1000101 101000001 100111 10111

Color Harmonies of #502340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502340

Black with #502340

Text Example


Text Example

White with #502340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502340; }

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

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

background-color css

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

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

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

border-color css

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

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

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