Html Css Color HEX #803C59 Flirt

📋 copy color: '#803C59'

red 128 ◦ green 60 ◦ blue 89

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

Shades of Flirt #803C59

Tints of Flirt #803C59

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.66%

 BLUE value IS 89 (35.16% from 255) = 32.13%

R = 46.21%
G = 21.66%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#803C59 (or 0x803C59) is known color: Flirt. HEX triplet: 80, 3C and 59. RGB value is (128,60,89). Sum of RGB (Red+Green+Blue) = 128+60+89=277 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.21% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 128 - color contains mainly: red. Hex color #803C59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803C59 is #7FC3A6. Grayscale: #535353. Windows color (decimal): -8373159 or 5848192. OLE color: 5848192.

HSL color Cylindrical-coordinate representation of color #803C59: hue angle of 334.41º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #803C59 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 60 89 -
CMYK 0 0.53 0.30 0.50
HSL 334.41º 0.36% 0.37% -
HSV(B) 334.41º 0.53% 0.5% -
XYZ 12.32 8.54 10.45 -
YUV 83.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 128 60 89 0 0.53 0.30 0.50 334.41 0.36 0.37
Hex 80 3C 59 0 35 1E 32 14E 24 25
Octal 200 74 131 0 65 36 62 516 44 45
Binary 10000000 111100 1011001 0 110101 11110 110010 101001110 100100 100101

Color Harmonies of #803C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C59

Black with #803C59

Text Example


Text Example

White with #803C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803C59; }

 p { color: rgb(128,60,89); }

 H1.HeaderClassName
 {
   color: #803C59;
 }
 .AnyTagClassName
 {
   color: #803C59;
 }
</style>

background-color css

<style>
 a { background-color: #803C59; }

 a { background-color: rgb(128,60,89); }

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

border-color css

<style>
 span { border-color: #803C59; }

 span { border-color: rgb(128,60,89); }

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