Html Css Color HEX #503741 Barossa

📋 copy color: '#503741'

red 80 ◦ green 55 ◦ blue 65

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

Shades of Barossa #503741

Tints of Barossa #503741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.5%

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

R = 40%
G = 27.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.69

RGB Variations

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

Color information

#503741 (or 0x503741) is known color: Barossa. HEX triplet: 50, 37 and 41. RGB value is (80,55,65). Sum of RGB (Red+Green+Blue) = 80+55+65=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #503741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503741 is #AFC8BE. Grayscale: #3F3F3F. Windows color (decimal): -11520191 or 4274000. OLE color: 4274000.

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

Color convert

RGB 80 55 65 -
CMYK 0 0.31 0.19 0.69
HSL 336º 0.19% 0.26% -
HSV(B) 336º 0.31% 0.31% -
XYZ 5.63 4.82 5.63 -
YUV 63.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 80 55 65 0 0.31 0.19 0.69 336 0.19 0.26
Hex 50 37 41 0 1F 13 45 150 13 1A
Octal 120 67 101 0 37 23 105 520 23 32
Binary 1010000 110111 1000001 0 11111 10011 1000101 101010000 10011 11010

Color Harmonies of #503741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503741

Black with #503741

Text Example


Text Example

White with #503741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503741; }

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

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

background-color css

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

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

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

border-color css

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

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

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