Html Css Color HEX #802F50 Flirt

📋 copy color: '#802F50'

red 128 ◦ green 47 ◦ blue 80

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

Shades of Flirt #802F50

Tints of Flirt #802F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.43%

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

R = 50.2%
G = 18.43%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#802F50 (or 0x802F50) is known color: Flirt. HEX triplet: 80, 2F and 50. RGB value is (128,47,80). Sum of RGB (Red+Green+Blue) = 128+47+80=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #802F50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802F50 is #7FD0AF. Grayscale: #4A4A4A. Windows color (decimal): -8376496 or 5255040. OLE color: 5255040.

HSL color Cylindrical-coordinate representation of color #802F50: hue angle of 335.56º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #802F50 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 47 80 -
CMYK 0 0.63 0.38 0.50
HSL 335.56º 0.46% 0.34% -
HSV(B) 335.56º 0.63% 0.5% -
XYZ 11.37 7.2 8.38 -
YUV 74.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 128 47 80 0 0.63 0.38 0.50 335.56 0.46 0.34
Hex 80 2F 50 0 3F 26 32 150 2E 22
Octal 200 57 120 0 77 46 62 520 56 42
Binary 10000000 101111 1010000 0 111111 100110 110010 101010000 101110 100010

Color Harmonies of #802F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802F50

Black with #802F50

Text Example


Text Example

White with #802F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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