Html Css Color HEX #503444 Barossa

📋 copy color: '#503444'

red 80 ◦ green 52 ◦ blue 68

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

Shades of Barossa #503444

Tints of Barossa #503444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

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

R = 40%
G = 26%
B = 34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#503444 (or 0x503444) is known color: Barossa. HEX triplet: 50, 34 and 44. RGB value is (80,52,68). Sum of RGB (Red+Green+Blue) = 80+52+68=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 80 - color contains mainly: red. Hex color #503444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503444 is #AFCBBB. Grayscale: #3E3E3E. Windows color (decimal): -11520956 or 4469840. OLE color: 4469840.

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

Color convert

RGB 80 52 68 -
CMYK 0 0.35 0.15 0.69
HSL 325.71º 0.21% 0.26% -
HSV(B) 325.71º 0.35% 0.31% -
XYZ 5.58 4.58 6.06 -
YUV 62.2 131.28 140.7 -
System Red Green Blue C M Y K H S L
Decimal 80 52 68 0 0.35 0.15 0.69 325.71 0.21 0.26
Hex 50 34 44 0 23 F 45 146 15 1A
Octal 120 64 104 0 43 17 105 506 25 32
Binary 1010000 110100 1000100 0 100011 1111 1000101 101000110 10101 11010

Color Harmonies of #503444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503444

Black with #503444

Text Example


Text Example

White with #503444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503444; }

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

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

background-color css

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

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

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

border-color css

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

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

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