Html Css Color HEX #802F51 Flirt

📋 copy color: '#802F51'

red 128 ◦ green 47 ◦ blue 81

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

Shades of Flirt #802F51

Tints of Flirt #802F51

RGB

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

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

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

R = 50%
G = 18.36%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#802F51 (or 0x802F51) is known color: Flirt. HEX triplet: 80, 2F and 51. RGB value is (128,47,81). Sum of RGB (Red+Green+Blue) = 128+47+81=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 47 (18.75% from 255 or 18.36% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #802F51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802F51 is #7FD0AE. Grayscale: #4B4B4B. Windows color (decimal): -8376495 or 5320576. OLE color: 5320576.

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

Color convert

RGB 128 47 81 -
CMYK 0 0.63 0.37 0.50
HSL 334.81º 0.46% 0.34% -
HSV(B) 334.81º 0.63% 0.5% -
XYZ 11.4 7.22 8.58 -
YUV 75.1 131.34 165.74 -
System Red Green Blue C M Y K H S L
Decimal 128 47 81 0 0.63 0.37 0.50 334.81 0.46 0.34
Hex 80 2F 51 0 3F 25 32 14F 2E 22
Octal 200 57 121 0 77 45 62 517 56 42
Binary 10000000 101111 1010001 0 111111 100101 110010 101001111 101110 100010

Color Harmonies of #802F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802F51

Black with #802F51

Text Example


Text Example

White with #802F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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