Html Css Color HEX #80354F Flirt

📋 copy color: '#80354F'

red 128 ◦ green 53 ◦ blue 79

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

Shades of Flirt #80354F

Tints of Flirt #80354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.38%

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

R = 49.23%
G = 20.38%
B = 30.38%

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

#80354F (or 0x80354F) is known color: Flirt. HEX triplet: 80, 35 and 4F. RGB value is (128,53,79). Sum of RGB (Red+Green+Blue) = 128+53+79=260 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.23% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 128 - color contains mainly: red. Hex color #80354F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80354F is #7FCAB0. Grayscale: #4E4E4E. Windows color (decimal): -8374961 or 5191040. OLE color: 5191040.

HSL color Cylindrical-coordinate representation of color #80354F: hue angle of 339.2º degrees, saturation: 0.41, 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 #80354F is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 53 79 -
CMYK 0 0.59 0.38 0.50
HSL 339.2º 0.41% 0.35% -
HSV(B) 339.2º 0.59% 0.5% -
XYZ 11.59 7.7 8.27 -
YUV 78.39 128.35 163.39 -
System Red Green Blue C M Y K H S L
Decimal 128 53 79 0 0.59 0.38 0.50 339.2 0.41 0.35
Hex 80 35 4F 0 3B 26 32 153 29 23
Octal 200 65 117 0 73 46 62 523 51 43
Binary 10000000 110101 1001111 0 111011 100110 110010 101010011 101001 100011

Color Harmonies of #80354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80354F

Black with #80354F

Text Example


Text Example

White with #80354F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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