Html Css Color HEX #803551 Flirt

📋 copy color: '#803551'

red 128 ◦ green 53 ◦ blue 81

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

Shades of Flirt #803551

Tints of Flirt #803551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 30.92%

R = 48.85%
G = 20.23%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#803551 (or 0x803551) is known color: Flirt. HEX triplet: 80, 35 and 51. RGB value is (128,53,81). Sum of RGB (Red+Green+Blue) = 128+53+81=262 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.85% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 128 - color contains mainly: red. Hex color #803551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803551 is #7FCAAE. Grayscale: #4E4E4E. Windows color (decimal): -8374959 or 5322112. OLE color: 5322112.

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

Color convert

RGB 128 53 81 -
CMYK 0 0.59 0.37 0.50
HSL 337.6º 0.41% 0.35% -
HSV(B) 337.6º 0.59% 0.5% -
XYZ 11.66 7.73 8.66 -
YUV 78.62 129.35 163.22 -
System Red Green Blue C M Y K H S L
Decimal 128 53 81 0 0.59 0.37 0.50 337.6 0.41 0.35
Hex 80 35 51 0 3B 25 32 152 29 23
Octal 200 65 121 0 73 45 62 522 51 43
Binary 10000000 110101 1010001 0 111011 100101 110010 101010010 101001 100011

Color Harmonies of #803551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803551

Black with #803551

Text Example


Text Example

White with #803551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803551; }

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

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

background-color css

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

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

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

border-color css

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

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

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