Html Css Color HEX #803355 Flirt

📋 copy color: '#803355'

red 128 ◦ green 51 ◦ blue 85

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

Shades of Flirt #803355

Tints of Flirt #803355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.32%

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

R = 48.48%
G = 19.32%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.50

RGB Variations

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

Color information

#803355 (or 0x803355) is known color: Flirt. HEX triplet: 80, 33 and 55. RGB value is (128,51,85). Sum of RGB (Red+Green+Blue) = 128+51+85=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #803355 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803355 is #7FCCAA. Grayscale: #4D4D4D. Windows color (decimal): -8375467 or 5583744. OLE color: 5583744.

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

Color convert

RGB 128 51 85 -
CMYK 0 0.60 0.34 0.50
HSL 333.51º 0.43% 0.35% -
HSV(B) 333.51º 0.6% 0.5% -
XYZ 11.73 7.61 9.45 -
YUV 77.9 132.01 163.74 -
System Red Green Blue C M Y K H S L
Decimal 128 51 85 0 0.60 0.34 0.50 333.51 0.43 0.35
Hex 80 33 55 0 3C 22 32 14E 2B 23
Octal 200 63 125 0 74 42 62 516 53 43
Binary 10000000 110011 1010101 0 111100 100010 110010 101001110 101011 100011

Color Harmonies of #803355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803355

Black with #803355

Text Example


Text Example

White with #803355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803355; }

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

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

background-color css

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

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

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

border-color css

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

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

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