Html Css Color HEX #803552 Flirt

📋 copy color: '#803552'

red 128 ◦ green 53 ◦ blue 82

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

Shades of Flirt #803552

Tints of Flirt #803552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.18%

R = 48.67%
G = 20.15%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#803552 (or 0x803552) is known color: Flirt. HEX triplet: 80, 35 and 52. RGB value is (128,53,82). Sum of RGB (Red+Green+Blue) = 128+53+82=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #803552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803552 is #7FCAAD. Grayscale: #4E4E4E. Windows color (decimal): -8374958 or 5387648. OLE color: 5387648.

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

Color convert

RGB 128 53 82 -
CMYK 0 0.59 0.36 0.50
HSL 336.8º 0.41% 0.35% -
HSV(B) 336.8º 0.59% 0.5% -
XYZ 11.7 7.74 8.86 -
YUV 78.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 128 53 82 0 0.59 0.36 0.50 336.8 0.41 0.35
Hex 80 35 52 0 3B 24 32 151 29 23
Octal 200 65 122 0 73 44 62 521 51 43
Binary 10000000 110101 1010010 0 111011 100100 110010 101010001 101001 100011

Color Harmonies of #803552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803552

Black with #803552

Text Example


Text Example

White with #803552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803552; }

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

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

background-color css

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

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

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

border-color css

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

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

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