Html Css Color HEX #80304A Flirt

📋 copy color: '#80304A'

red 128 ◦ green 48 ◦ blue 74

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

Shades of Flirt #80304A

Tints of Flirt #80304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

 BLUE value IS 74 (29.3% from 255) = 29.6%

R = 51.2%
G = 19.2%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#80304A (or 0x80304A) is known color: Flirt. HEX triplet: 80, 30 and 4A. RGB value is (128,48,74). Sum of RGB (Red+Green+Blue) = 128+48+74=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #80304A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80304A is #7FCFB5. Grayscale: #4A4A4A. Windows color (decimal): -8376246 or 4862080. OLE color: 4862080.

HSL color Cylindrical-coordinate representation of color #80304A: hue angle of 340.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80304A is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 48 74 -
CMYK 0 0.62 0.42 0.50
HSL 340.5º 0.45% 0.35% -
HSV(B) 340.5º 0.63% 0.5% -
XYZ 11.2 7.2 7.28 -
YUV 74.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 128 48 74 0 0.62 0.42 0.50 340.5 0.45 0.35
Hex 80 30 4A 0 3E 2A 32 154 2D 23
Octal 200 60 112 0 76 52 62 524 55 43
Binary 10000000 110000 1001010 0 111110 101010 110010 101010100 101101 100011

Color Harmonies of #80304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80304A

Black with #80304A

Text Example


Text Example

White with #80304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80304A; }

 p { color: rgb(128,48,74); }

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

background-color css

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

 a { background-color: rgb(128,48,74); }

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

border-color css

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

 span { border-color: rgb(128,48,74); }

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