Html Css Color HEX #803550 Flirt

📋 copy color: '#803550'

red 128 ◦ green 53 ◦ blue 80

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

Shades of Flirt #803550

Tints of Flirt #803550

RGB

 RED value IS 128 (50.39% from 255) = 49.04%

 GREEN value IS 53 (21.09% from 255) = 20.31%

 BLUE value IS 80 (31.64% from 255) = 30.65%

R = 49.04%
G = 20.31%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#803550 (or 0x803550) is known color: Flirt. HEX triplet: 80, 35 and 50. RGB value is (128,53,80). Sum of RGB (Red+Green+Blue) = 128+53+80=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #803550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803550 is #7FCAAF. Grayscale: #4E4E4E. Windows color (decimal): -8374960 or 5256576. OLE color: 5256576.

HSL color Cylindrical-coordinate representation of color #803550: hue angle of 338.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803550 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 53 80 -
CMYK 0 0.59 0.38 0.50
HSL 338.4º 0.41% 0.35% -
HSV(B) 338.4º 0.59% 0.5% -
XYZ 11.62 7.71 8.47 -
YUV 78.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 128 53 80 0 0.59 0.38 0.50 338.4 0.41 0.35
Hex 80 35 50 0 3B 26 32 152 29 23
Octal 200 65 120 0 73 46 62 522 51 43
Binary 10000000 110101 1010000 0 111011 100110 110010 101010010 101001 100011

Color Harmonies of #803550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803550

Black with #803550

Text Example


Text Example

White with #803550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803550; }

 p { color: rgb(128,53,80); }

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

background-color css

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

 a { background-color: rgb(128,53,80); }

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

border-color css

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

 span { border-color: rgb(128,53,80); }

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