Html Css Color HEX #80304C Flirt

📋 copy color: '#80304C'

red 128 ◦ green 48 ◦ blue 76

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

Shades of Flirt #80304C

Tints of Flirt #80304C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 30.16%

R = 50.79%
G = 19.05%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#80304C (or 0x80304C) is known color: Flirt. HEX triplet: 80, 30 and 4C. RGB value is (128,48,76). Sum of RGB (Red+Green+Blue) = 128+48+76=252 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.79% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 128 - color contains mainly: red. Hex color #80304C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80304C is #7FCFB3. Grayscale: #4B4B4B. Windows color (decimal): -8376244 or 4993152. OLE color: 4993152.

HSL color Cylindrical-coordinate representation of color #80304C: hue angle of 339º 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 #80304C is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 48 76 -
CMYK 0 0.62 0.41 0.50
HSL 339º 0.45% 0.35% -
HSV(B) 339º 0.63% 0.5% -
XYZ 11.26 7.22 7.64 -
YUV 75.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 128 48 76 0 0.62 0.41 0.50 339 0.45 0.35
Hex 80 30 4C 0 3E 29 32 153 2D 23
Octal 200 60 114 0 76 51 62 523 55 43
Binary 10000000 110000 1001100 0 111110 101001 110010 101010011 101101 100011

Color Harmonies of #80304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80304C

Black with #80304C

Text Example


Text Example

White with #80304C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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