Html Css Color HEX #802147 Flirt

📋 copy color: '#802147'

red 128 ◦ green 33 ◦ blue 71

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

Shades of Flirt #802147

Tints of Flirt #802147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

 BLUE value IS 71 (28.13% from 255) = 30.6%

R = 55.17%
G = 14.22%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#802147 (or 0x802147) is known color: Flirt. HEX triplet: 80, 21 and 47. RGB value is (128,33,71). Sum of RGB (Red+Green+Blue) = 128+33+71=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #802147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802147 is #7FDEB8. Grayscale: #414141. Windows color (decimal): -8380089 or 4661632. OLE color: 4661632.

HSL color Cylindrical-coordinate representation of color #802147: hue angle of 336º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802147 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 33 71 -
CMYK 0 0.74 0.45 0.50
HSL 336º 0.59% 0.32% -
HSV(B) 336º 0.74% 0.5% -
XYZ 10.58 6.13 6.59 -
YUV 65.74 130.97 172.41 -
System Red Green Blue C M Y K H S L
Decimal 128 33 71 0 0.74 0.45 0.50 336 0.59 0.32
Hex 80 21 47 0 4A 2D 32 150 3B 20
Octal 200 41 107 0 112 55 62 520 73 40
Binary 10000000 100001 1000111 0 1001010 101101 110010 101010000 111011 100000

Color Harmonies of #802147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802147

Black with #802147

Text Example


Text Example

White with #802147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802147; }

 p { color: rgb(128,33,71); }

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

background-color css

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

 a { background-color: rgb(128,33,71); }

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

border-color css

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

 span { border-color: rgb(128,33,71); }

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