Html Css Color HEX #503845 Barossa

📋 copy color: '#503845'

red 80 ◦ green 56 ◦ blue 69

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

Shades of Barossa #503845

Tints of Barossa #503845

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.32%

 BLUE value IS 69 (27.34% from 255) = 33.66%

R = 39.02%
G = 27.32%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.69

RGB Variations

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

Color information

#503845 (or 0x503845) is known color: Barossa. HEX triplet: 50, 38 and 45. RGB value is (80,56,69). Sum of RGB (Red+Green+Blue) = 80+56+69=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 56 (22.27% from 255 or 27.32% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #503845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503845 is #AFC7BA. Grayscale: #404040. Windows color (decimal): -11519931 or 4536400. OLE color: 4536400.

HSL color Cylindrical-coordinate representation of color #503845: hue angle of 327.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #503845 is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 56 69 -
CMYK 0 0.30 0.14 0.69
HSL 327.5º 0.18% 0.27% -
HSV(B) 327.5º 0.3% 0.31% -
XYZ 5.8 4.96 6.28 -
YUV 64.66 130.45 138.94 -
System Red Green Blue C M Y K H S L
Decimal 80 56 69 0 0.30 0.14 0.69 327.5 0.18 0.27
Hex 50 38 45 0 1E E 45 148 12 1B
Octal 120 70 105 0 36 16 105 510 22 33
Binary 1010000 111000 1000101 0 11110 1110 1000101 101001000 10010 11011

Color Harmonies of #503845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503845

Black with #503845

Text Example


Text Example

White with #503845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503845; }

 p { color: rgb(80,56,69); }

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

background-color css

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

 a { background-color: rgb(80,56,69); }

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

border-color css

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

 span { border-color: rgb(80,56,69); }

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