Html Css Color HEX #503440 Barossa

📋 copy color: '#503440'

red 80 ◦ green 52 ◦ blue 64

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

Shades of Barossa #503440

Tints of Barossa #503440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 32.65%

R = 40.82%
G = 26.53%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.69

RGB Variations

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

Color information

#503440 (or 0x503440) is known color: Barossa. HEX triplet: 50, 34 and 40. RGB value is (80,52,64). Sum of RGB (Red+Green+Blue) = 80+52+64=196 (25% of max value = 765). Red value is 80 (31.64% from 255 or 40.82% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 80 - color contains mainly: red. Hex color #503440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503440 is #AFCBBF. Grayscale: #3D3D3D. Windows color (decimal): -11520960 or 4207696. OLE color: 4207696.

HSL color Cylindrical-coordinate representation of color #503440: hue angle of 334.29º 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 #503440 is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 52 64 -
CMYK 0 0.35 0.20 0.69
HSL 334.29º 0.21% 0.26% -
HSV(B) 334.29º 0.35% 0.31% -
XYZ 5.46 4.53 5.44 -
YUV 61.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 80 52 64 0 0.35 0.20 0.69 334.29 0.21 0.26
Hex 50 34 40 0 23 14 45 14E 15 1A
Octal 120 64 100 0 43 24 105 516 25 32
Binary 1010000 110100 1000000 0 100011 10100 1000101 101001110 10101 11010

Color Harmonies of #503440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503440

Black with #503440

Text Example


Text Example

White with #503440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503440; }

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

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

background-color css

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

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

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

border-color css

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

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

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