Html Css Color HEX #802950 Flirt

📋 copy color: '#802950'

red 128 ◦ green 41 ◦ blue 80

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

Shades of Flirt #802950

Tints of Flirt #802950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.47%

 BLUE value IS 80 (31.64% from 255) = 32.13%

R = 51.41%
G = 16.47%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#802950 (or 0x802950) is known color: Flirt. HEX triplet: 80, 29 and 50. RGB value is (128,41,80). Sum of RGB (Red+Green+Blue) = 128+41+80=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #802950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802950 is #7FD6AF. Grayscale: #474747. Windows color (decimal): -8378032 or 5253504. OLE color: 5253504.

HSL color Cylindrical-coordinate representation of color #802950: hue angle of 333.1º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #802950 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 41 80 -
CMYK 0 0.68 0.38 0.50
HSL 333.1º 0.51% 0.33% -
HSV(B) 333.1º 0.68% 0.5% -
XYZ 11.14 6.75 8.31 -
YUV 71.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 128 41 80 0 0.68 0.38 0.50 333.1 0.51 0.33
Hex 80 29 50 0 44 26 32 14D 33 21
Octal 200 51 120 0 104 46 62 515 63 41
Binary 10000000 101001 1010000 0 1000100 100110 110010 101001101 110011 100001

Color Harmonies of #802950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802950

Black with #802950

Text Example


Text Example

White with #802950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802950; }

 p { color: rgb(128,41,80); }

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

background-color css

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

 a { background-color: rgb(128,41,80); }

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

border-color css

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

 span { border-color: rgb(128,41,80); }

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