Html Css Color HEX #502A41 Barossa

📋 copy color: '#502A41'

red 80 ◦ green 42 ◦ blue 65

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

Shades of Barossa #502A41

Tints of Barossa #502A41

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.46%

 BLUE value IS 65 (25.78% from 255) = 34.76%

R = 42.78%
G = 22.46%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#502A41 (or 0x502A41) is known color: Barossa. HEX triplet: 50, 2A and 41. RGB value is (80,42,65). Sum of RGB (Red+Green+Blue) = 80+42+65=187 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.78% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 80 - color contains mainly: red. Hex color #502A41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502A41 is #AFD5BE. Grayscale: #373737. Windows color (decimal): -11523519 or 4270672. OLE color: 4270672.

HSL color Cylindrical-coordinate representation of color #502A41: hue angle of 323.68º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #502A41 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 42 65 -
CMYK 0 0.48 0.19 0.69
HSL 323.68º 0.31% 0.24% -
HSV(B) 323.68º 0.48% 0.31% -
XYZ 5.09 3.74 5.46 -
YUV 55.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 80 42 65 0 0.48 0.19 0.69 323.68 0.31 0.24
Hex 50 2A 41 0 30 13 45 144 1F 18
Octal 120 52 101 0 60 23 105 504 37 30
Binary 1010000 101010 1000001 0 110000 10011 1000101 101000100 11111 11000

Color Harmonies of #502A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502A41

Black with #502A41

Text Example


Text Example

White with #502A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502A41; }

 p { color: rgb(80,42,65); }

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

background-color css

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

 a { background-color: rgb(80,42,65); }

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

border-color css

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

 span { border-color: rgb(80,42,65); }

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