Html Css Color HEX #503944 Barossa

📋 copy color: '#503944'

red 80 ◦ green 57 ◦ blue 68

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

Shades of Barossa #503944

Tints of Barossa #503944

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.8%

 BLUE value IS 68 (26.95% from 255) = 33.17%

R = 39.02%
G = 27.8%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#503944 (or 0x503944) is known color: Barossa. HEX triplet: 50, 39 and 44. RGB value is (80,57,68). Sum of RGB (Red+Green+Blue) = 80+57+68=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 68 (26.95% from 255 or 33.17% from 205); Max value from RGB is 80 - color contains mainly: red. Hex color #503944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503944 is #AFC6BB. Grayscale: #414141. Windows color (decimal): -11519676 or 4471120. OLE color: 4471120.

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

Color convert

RGB 80 57 68 -
CMYK 0 0.29 0.15 0.69
HSL 331.3º 0.17% 0.27% -
HSV(B) 331.3º 0.29% 0.31% -
XYZ 5.81 5.05 6.14 -
YUV 65.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 80 57 68 0 0.29 0.15 0.69 331.3 0.17 0.27
Hex 50 39 44 0 1D F 45 14B 11 1B
Octal 120 71 104 0 35 17 105 513 21 33
Binary 1010000 111001 1000100 0 11101 1111 1000101 101001011 10001 11011

Color Harmonies of #503944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503944

Black with #503944

Text Example


Text Example

White with #503944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503944; }

 p { color: rgb(80,57,68); }

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

background-color css

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

 a { background-color: rgb(80,57,68); }

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

border-color css

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

 span { border-color: rgb(80,57,68); }

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