Html Css Color HEX #803055 Flirt

📋 copy color: '#803055'

red 128 ◦ green 48 ◦ blue 85

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

Shades of Flirt #803055

Tints of Flirt #803055

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.39%

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

R = 49.04%
G = 18.39%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#803055 (or 0x803055) is known color: Flirt. HEX triplet: 80, 30 and 55. RGB value is (128,48,85). Sum of RGB (Red+Green+Blue) = 128+48+85=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #803055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803055 is #7FCFAA. Grayscale: #4C4C4C. Windows color (decimal): -8376235 or 5582976. OLE color: 5582976.

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

Color convert

RGB 128 48 85 -
CMYK 0 0.62 0.34 0.50
HSL 332.25º 0.45% 0.35% -
HSV(B) 332.25º 0.63% 0.5% -
XYZ 11.6 7.36 9.4 -
YUV 76.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 128 48 85 0 0.62 0.34 0.50 332.25 0.45 0.35
Hex 80 30 55 0 3E 22 32 14C 2D 23
Octal 200 60 125 0 76 42 62 514 55 43
Binary 10000000 110000 1010101 0 111110 100010 110010 101001100 101101 100011

Color Harmonies of #803055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803055

Black with #803055

Text Example


Text Example

White with #803055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803055; }

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

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

background-color css

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

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

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

border-color css

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

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

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