Html Css Color HEX #802755 Flirt

📋 copy color: '#802755'

red 128 ◦ green 39 ◦ blue 85

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

Shades of Flirt #802755

Tints of Flirt #802755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.48%

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

R = 50.79%
G = 15.48%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#802755 (or 0x802755) is known color: Flirt. HEX triplet: 80, 27 and 55. RGB value is (128,39,85). Sum of RGB (Red+Green+Blue) = 128+39+85=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 85 (33.59% from 255 or 33.73% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #802755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802755 is #7FD8AA. Grayscale: #464646. Windows color (decimal): -8378539 or 5580672. OLE color: 5580672.

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

Color convert

RGB 128 39 85 -
CMYK 0 0.70 0.34 0.50
HSL 328.99º 0.53% 0.33% -
HSV(B) 328.99º 0.7% 0.5% -
XYZ 11.27 6.7 9.29 -
YUV 70.86 135.99 168.76 -
System Red Green Blue C M Y K H S L
Decimal 128 39 85 0 0.70 0.34 0.50 328.99 0.53 0.33
Hex 80 27 55 0 46 22 32 149 35 21
Octal 200 47 125 0 106 42 62 511 65 41
Binary 10000000 100111 1010101 0 1000110 100010 110010 101001001 110101 100001

Color Harmonies of #802755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802755

Black with #802755

Text Example


Text Example

White with #802755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802755; }

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

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

background-color css

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

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

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

border-color css

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

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

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