Html Css Color HEX #502E41 Barossa

📋 copy color: '#502E41'

red 80 ◦ green 46 ◦ blue 65

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

Shades of Barossa #502E41

Tints of Barossa #502E41

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.08%

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

R = 41.88%
G = 24.08%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#502E41 (or 0x502E41) is known color: Barossa. HEX triplet: 50, 2E and 41. RGB value is (80,46,65). Sum of RGB (Red+Green+Blue) = 80+46+65=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 46 (18.36% from 255 or 24.08% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 80 - color contains mainly: red. Hex color #502E41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502E41 is #AFD1BE. Grayscale: #3A3A3A. Windows color (decimal): -11522495 or 4271696. OLE color: 4271696.

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

Color convert

RGB 80 46 65 -
CMYK 0 0.42 0.19 0.69
HSL 326.47º 0.27% 0.25% -
HSV(B) 326.47º 0.43% 0.31% -
XYZ 5.24 4.04 5.5 -
YUV 58.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 80 46 65 0 0.42 0.19 0.69 326.47 0.27 0.25
Hex 50 2E 41 0 2A 13 45 146 1B 19
Octal 120 56 101 0 52 23 105 506 33 31
Binary 1010000 101110 1000001 0 101010 10011 1000101 101000110 11011 11001

Color Harmonies of #502E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502E41

Black with #502E41

Text Example


Text Example

White with #502E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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