Html Css Color HEX #802353 Flirt

📋 copy color: '#802353'

red 128 ◦ green 35 ◦ blue 83

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

Shades of Flirt #802353

Tints of Flirt #802353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.23%

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

R = 52.03%
G = 14.23%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#802353 (or 0x802353) is known color: Flirt. HEX triplet: 80, 23 and 53. RGB value is (128,35,83). Sum of RGB (Red+Green+Blue) = 128+35+83=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #802353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802353 is #7FDCAC. Grayscale: #444444. Windows color (decimal): -8379565 or 5448576. OLE color: 5448576.

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

Color convert

RGB 128 35 83 -
CMYK 0 0.73 0.35 0.50
HSL 329.03º 0.57% 0.32% -
HSV(B) 329.03º 0.73% 0.5% -
XYZ 11.06 6.42 8.84 -
YUV 68.28 136.31 170.6 -
System Red Green Blue C M Y K H S L
Decimal 128 35 83 0 0.73 0.35 0.50 329.03 0.57 0.32
Hex 80 23 53 0 49 23 32 149 39 20
Octal 200 43 123 0 111 43 62 511 71 40
Binary 10000000 100011 1010011 0 1001001 100011 110010 101001001 111001 100000

Color Harmonies of #802353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802353

Black with #802353

Text Example


Text Example

White with #802353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802353; }

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

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

background-color css

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

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

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

border-color css

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

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

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