Html Css Color HEX #803C58 Flirt

📋 copy color: '#803C58'

red 128 ◦ green 60 ◦ blue 88

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

Shades of Flirt #803C58

Tints of Flirt #803C58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.88%

R = 46.38%
G = 21.74%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#803C58 (or 0x803C58) is known color: Flirt. HEX triplet: 80, 3C and 58. RGB value is (128,60,88). Sum of RGB (Red+Green+Blue) = 128+60+88=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #803C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803C58 is #7FC3A7. Grayscale: #535353. Windows color (decimal): -8373160 or 5782656. OLE color: 5782656.

HSL color Cylindrical-coordinate representation of color #803C58: hue angle of 335.29º 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 #803C58 is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 60 88 -
CMYK 0 0.53 0.31 0.50
HSL 335.29º 0.36% 0.37% -
HSV(B) 335.29º 0.53% 0.5% -
XYZ 12.28 8.53 10.23 -
YUV 83.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 128 60 88 0 0.53 0.31 0.50 335.29 0.36 0.37
Hex 80 3C 58 0 35 1F 32 14F 24 25
Octal 200 74 130 0 65 37 62 517 44 45
Binary 10000000 111100 1011000 0 110101 11111 110010 101001111 100100 100101

Color Harmonies of #803C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803C58

Black with #803C58

Text Example


Text Example

White with #803C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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