Html Css Color HEX #803553 Flirt

📋 copy color: '#803553'

red 128 ◦ green 53 ◦ blue 83

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

Shades of Flirt #803553

Tints of Flirt #803553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.44%

R = 48.48%
G = 20.08%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#803553 (or 0x803553) is known color: Flirt. HEX triplet: 80, 35 and 53. RGB value is (128,53,83). Sum of RGB (Red+Green+Blue) = 128+53+83=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #803553 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803553 is #7FCAAC. Grayscale: #4E4E4E. Windows color (decimal): -8374957 or 5453184. OLE color: 5453184.

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

Color convert

RGB 128 53 83 -
CMYK 0 0.59 0.35 0.50
HSL 336º 0.41% 0.35% -
HSV(B) 336º 0.59% 0.5% -
XYZ 11.74 7.76 9.06 -
YUV 78.85 130.35 163.06 -
System Red Green Blue C M Y K H S L
Decimal 128 53 83 0 0.59 0.35 0.50 336 0.41 0.35
Hex 80 35 53 0 3B 23 32 150 29 23
Octal 200 65 123 0 73 43 62 520 51 43
Binary 10000000 110101 1010011 0 111011 100011 110010 101010000 101001 100011

Color Harmonies of #803553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803553

Black with #803553

Text Example


Text Example

White with #803553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803553; }

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

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

background-color css

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

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

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

border-color css

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

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

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