Html Css Color HEX #802350 Flirt

📋 copy color: '#802350'

red 128 ◦ green 35 ◦ blue 80

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

Shades of Flirt #802350

Tints of Flirt #802350

RGB

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

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

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

R = 52.67%
G = 14.4%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#802350 (or 0x802350) is known color: Flirt. HEX triplet: 80, 23 and 50. RGB value is (128,35,80). Sum of RGB (Red+Green+Blue) = 128+35+80=243 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.67% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 128 - color contains mainly: red. Hex color #802350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802350 is #7FDCAF. Grayscale: #434343. Windows color (decimal): -8379568 or 5251968. OLE color: 5251968.

HSL color Cylindrical-coordinate representation of color #802350: hue angle of 330.97º 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 #802350 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 35 80 -
CMYK 0 0.73 0.38 0.50
HSL 330.97º 0.57% 0.32% -
HSV(B) 330.97º 0.73% 0.5% -
XYZ 10.95 6.37 8.24 -
YUV 67.94 134.81 170.84 -
System Red Green Blue C M Y K H S L
Decimal 128 35 80 0 0.73 0.38 0.50 330.97 0.57 0.32
Hex 80 23 50 0 49 26 32 14B 39 20
Octal 200 43 120 0 111 46 62 513 71 40
Binary 10000000 100011 1010000 0 1001001 100110 110010 101001011 111001 100000

Color Harmonies of #802350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802350

Black with #802350

Text Example


Text Example

White with #802350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802350; }

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

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

background-color css

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

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

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

border-color css

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

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

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