Html Css Color HEX #801953 Flirt

📋 copy color: '#801953'

red 128 ◦ green 25 ◦ blue 83

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

Shades of Flirt #801953

Tints of Flirt #801953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.59%

 BLUE value IS 83 (32.81% from 255) = 35.17%

R = 54.24%
G = 10.59%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#801953 (or 0x801953) is known color: Flirt. HEX triplet: 80, 19 and 53. RGB value is (128,25,83). Sum of RGB (Red+Green+Blue) = 128+25+83=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #801953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801953 is #7FE6AC. Grayscale: #3E3E3E. Windows color (decimal): -8382125 or 5446016. OLE color: 5446016.

HSL color Cylindrical-coordinate representation of color #801953: hue angle of 326.21º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801953 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 25 83 -
CMYK 0 0.80 0.35 0.50
HSL 326.21º 0.67% 0.3% -
HSV(B) 326.21º 0.8% 0.5% -
XYZ 10.81 5.91 8.75 -
YUV 62.41 139.62 174.78 -
System Red Green Blue C M Y K H S L
Decimal 128 25 83 0 0.80 0.35 0.50 326.21 0.67 0.3
Hex 80 19 53 0 50 23 32 146 43 1E
Octal 200 31 123 0 120 43 62 506 103 36
Binary 10000000 11001 1010011 0 1010000 100011 110010 101000110 1000011 11110

Color Harmonies of #801953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801953

Black with #801953

Text Example


Text Example

White with #801953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801953; }

 p { color: rgb(128,25,83); }

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

background-color css

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

 a { background-color: rgb(128,25,83); }

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

border-color css

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

 span { border-color: rgb(128,25,83); }

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