Html Css Color HEX #80334D Flirt

📋 copy color: '#80334D'

red 128 ◦ green 51 ◦ blue 77

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

Shades of Flirt #80334D

Tints of Flirt #80334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.92%

 BLUE value IS 77 (30.47% from 255) = 30.08%

R = 50%
G = 19.92%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.50

RGB Variations

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

Color information

#80334D (or 0x80334D) is known color: Flirt. HEX triplet: 80, 33 and 4D. RGB value is (128,51,77). Sum of RGB (Red+Green+Blue) = 128+51+77=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #80334D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80334D is #7FCCB2. Grayscale: #4C4C4C. Windows color (decimal): -8375475 or 5059456. OLE color: 5059456.

HSL color Cylindrical-coordinate representation of color #80334D: hue angle of 339.74º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80334D is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 51 77 -
CMYK 0 0.60 0.40 0.50
HSL 339.74º 0.43% 0.35% -
HSV(B) 339.74º 0.6% 0.5% -
XYZ 11.43 7.49 7.87 -
YUV 76.99 128.01 164.39 -
System Red Green Blue C M Y K H S L
Decimal 128 51 77 0 0.60 0.40 0.50 339.74 0.43 0.35
Hex 80 33 4D 0 3C 28 32 154 2B 23
Octal 200 63 115 0 74 50 62 524 53 43
Binary 10000000 110011 1001101 0 111100 101000 110010 101010100 101011 100011

Color Harmonies of #80334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80334D

Black with #80334D

Text Example


Text Example

White with #80334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80334D; }

 p { color: rgb(128,51,77); }

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

background-color css

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

 a { background-color: rgb(128,51,77); }

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

border-color css

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

 span { border-color: rgb(128,51,77); }

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