Html Css Color HEX #802255 Flirt

📋 copy color: '#802255'

red 128 ◦ green 34 ◦ blue 85

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

Shades of Flirt #802255

Tints of Flirt #802255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.77%

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

R = 51.82%
G = 13.77%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#802255 (or 0x802255) is known color: Flirt. HEX triplet: 80, 22 and 55. RGB value is (128,34,85). Sum of RGB (Red+Green+Blue) = 128+34+85=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #802255 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802255 is #7FDDAA. Grayscale: #434343. Windows color (decimal): -8379819 or 5579392. OLE color: 5579392.

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

Color convert

RGB 128 34 85 -
CMYK 0 0.73 0.34 0.50
HSL 327.45º 0.58% 0.32% -
HSV(B) 327.45º 0.73% 0.5% -
XYZ 11.11 6.39 9.24 -
YUV 67.92 137.64 170.85 -
System Red Green Blue C M Y K H S L
Decimal 128 34 85 0 0.73 0.34 0.50 327.45 0.58 0.32
Hex 80 22 55 0 49 22 32 147 3A 20
Octal 200 42 125 0 111 42 62 507 72 40
Binary 10000000 100010 1010101 0 1001001 100010 110010 101000111 111010 100000

Color Harmonies of #802255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802255

Black with #802255

Text Example


Text Example

White with #802255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802255; }

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

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

background-color css

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

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

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

border-color css

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

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

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