Html Css Color HEX #802855 Flirt

📋 copy color: '#802855'

red 128 ◦ green 40 ◦ blue 85

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

Shades of Flirt #802855

Tints of Flirt #802855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

 BLUE value IS 85 (33.59% from 255) = 33.6%

R = 50.59%
G = 15.81%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#802855 (or 0x802855) is known color: Flirt. HEX triplet: 80, 28 and 55. RGB value is (128,40,85). Sum of RGB (Red+Green+Blue) = 128+40+85=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #802855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802855 is #7FD7AA. Grayscale: #474747. Windows color (decimal): -8378283 or 5580928. OLE color: 5580928.

HSL color Cylindrical-coordinate representation of color #802855: hue angle of 329.32º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802855 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 40 85 -
CMYK 0 0.69 0.34 0.50
HSL 329.32º 0.52% 0.33% -
HSV(B) 329.32º 0.69% 0.5% -
XYZ 11.3 6.76 9.3 -
YUV 71.44 135.65 168.34 -
System Red Green Blue C M Y K H S L
Decimal 128 40 85 0 0.69 0.34 0.50 329.32 0.52 0.33
Hex 80 28 55 0 45 22 32 149 34 21
Octal 200 50 125 0 105 42 62 511 64 41
Binary 10000000 101000 1010101 0 1000101 100010 110010 101001001 110100 100001

Color Harmonies of #802855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802855

Black with #802855

Text Example


Text Example

White with #802855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802855; }

 p { color: rgb(128,40,85); }

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

background-color css

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

 a { background-color: rgb(128,40,85); }

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

border-color css

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

 span { border-color: rgb(128,40,85); }

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