Html Css Color HEX #80344F Flirt

📋 copy color: '#80344F'

red 128 ◦ green 52 ◦ blue 79

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

Shades of Flirt #80344F

Tints of Flirt #80344F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

 BLUE value IS 79 (31.25% from 255) = 30.5%

R = 49.42%
G = 20.08%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#80344F (or 0x80344F) is known color: Flirt. HEX triplet: 80, 34 and 4F. RGB value is (128,52,79). Sum of RGB (Red+Green+Blue) = 128+52+79=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 128 - color contains mainly: red. Hex color #80344F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80344F is #7FCBB0. Grayscale: #4D4D4D. Windows color (decimal): -8375217 or 5190784. OLE color: 5190784.

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

Color convert

RGB 128 52 79 -
CMYK 0 0.59 0.38 0.50
HSL 338.68º 0.42% 0.35% -
HSV(B) 338.68º 0.59% 0.5% -
XYZ 11.54 7.61 8.26 -
YUV 77.8 128.68 163.8 -
System Red Green Blue C M Y K H S L
Decimal 128 52 79 0 0.59 0.38 0.50 338.68 0.42 0.35
Hex 80 34 4F 0 3B 26 32 153 2A 23
Octal 200 64 117 0 73 46 62 523 52 43
Binary 10000000 110100 1001111 0 111011 100110 110010 101010011 101010 100011

Color Harmonies of #80344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80344F

Black with #80344F

Text Example


Text Example

White with #80344F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80344F; }

 p { color: rgb(128,52,79); }

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

background-color css

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

 a { background-color: rgb(128,52,79); }

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

border-color css

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

 span { border-color: rgb(128,52,79); }

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