Html Css Color HEX #993061 Lipstick

📋 copy color: '#993061'

red 153 ◦ green 48 ◦ blue 97

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

Shades of Lipstick #993061

Tints of Lipstick #993061

RGB

 RED value IS 153 (60.16% from 255) = 51.34%

 GREEN value IS 48 (19.14% from 255) = 16.11%

 BLUE value IS 97 (38.28% from 255) = 32.55%

R = 51.34%
G = 16.11%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#993061 (or 0x993061) is known color: Lipstick. HEX triplet: 99, 30 and 61. RGB value is (153,48,97). Sum of RGB (Red+Green+Blue) = 153+48+97=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #993061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993061 is #66CF9E. Grayscale: #545454. Windows color (decimal): -6737823 or 6369433. OLE color: 6369433.

HSL color Cylindrical-coordinate representation of color #993061: hue angle of 332º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993061 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 48 97 -
CMYK 0 0.69 0.37 0.4
HSL 332º 0.52% 0.39% -
HSV(B) 332º 0.69% 0.6% -
XYZ 16.35 9.75 12.33 -
YUV 84.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 153 48 97 0 0.69 0.37 0.4 332 0.52 0.39
Hex 99 30 61 0 45 25 28 14C 34 27
Octal 231 60 141 0 105 45 50 514 64 47
Binary 10011001 110000 1100001 0 1000101 100101 101000 101001100 110100 100111

Color Harmonies of #993061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993061

Black with #993061

Text Example


Text Example

White with #993061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993061; }

 p { color: rgb(153,48,97); }

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

background-color css

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

 a { background-color: rgb(153,48,97); }

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

border-color css

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

 span { border-color: rgb(153,48,97); }

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