Html Css Color HEX #502440 Barossa

📋 copy color: '#502440'

red 80 ◦ green 36 ◦ blue 64

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

Shades of Barossa #502440

Tints of Barossa #502440

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20%

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

R = 44.44%
G = 20%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#502440 (or 0x502440) is known color: Barossa. HEX triplet: 50, 24 and 40. RGB value is (80,36,64). Sum of RGB (Red+Green+Blue) = 80+36+64=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 36 (14.45% from 255 or 20% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 80 - color contains mainly: red. Hex color #502440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502440 is #AFDBBF. Grayscale: #343434. Windows color (decimal): -11525056 or 4203600. OLE color: 4203600.

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

Color convert

RGB 80 36 64 -
CMYK 0 0.55 0.20 0.69
HSL 321.82º 0.38% 0.23% -
HSV(B) 321.82º 0.55% 0.31% -
XYZ 4.86 3.34 5.24 -
YUV 52.35 134.58 147.72 -
System Red Green Blue C M Y K H S L
Decimal 80 36 64 0 0.55 0.20 0.69 321.82 0.38 0.23
Hex 50 24 40 0 37 14 45 142 26 17
Octal 120 44 100 0 67 24 105 502 46 27
Binary 1010000 100100 1000000 0 110111 10100 1000101 101000010 100110 10111

Color Harmonies of #502440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502440

Black with #502440

Text Example


Text Example

White with #502440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502440; }

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

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

background-color css

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

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

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

border-color css

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

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

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