Html Css Color HEX #503241 Barossa

📋 copy color: '#503241'

red 80 ◦ green 50 ◦ blue 65

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

Shades of Barossa #503241

Tints of Barossa #503241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.64%

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

R = 41.03%
G = 25.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#503241 (or 0x503241) is known color: Barossa. HEX triplet: 50, 32 and 41. RGB value is (80,50,65). Sum of RGB (Red+Green+Blue) = 80+50+65=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 80 - color contains mainly: red. Hex color #503241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503241 is #AFCDBE. Grayscale: #3C3C3C. Windows color (decimal): -11521471 or 4272720. OLE color: 4272720.

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

Color convert

RGB 80 50 65 -
CMYK 0 0.37 0.19 0.69
HSL 330º 0.23% 0.25% -
HSV(B) 330º 0.38% 0.31% -
XYZ 5.4 4.37 5.56 -
YUV 60.68 130.44 141.78 -
System Red Green Blue C M Y K H S L
Decimal 80 50 65 0 0.37 0.19 0.69 330 0.23 0.25
Hex 50 32 41 0 25 13 45 14A 17 19
Octal 120 62 101 0 45 23 105 512 27 31
Binary 1010000 110010 1000001 0 100101 10011 1000101 101001010 10111 11001

Color Harmonies of #503241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503241

Black with #503241

Text Example


Text Example

White with #503241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503241; }

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

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

background-color css

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

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

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

border-color css

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

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

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