Html Css Color HEX #992955 Lipstick

📋 copy color: '#992955'

red 153 ◦ green 41 ◦ blue 85

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

Shades of Lipstick #992955

Tints of Lipstick #992955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

 BLUE value IS 85 (33.59% from 255) = 30.47%

R = 54.84%
G = 14.7%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#992955 (or 0x992955) is known color: Lipstick. HEX triplet: 99, 29 and 55. RGB value is (153,41,85). Sum of RGB (Red+Green+Blue) = 153+41+85=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #992955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992955 is #66D6AA. Grayscale: #4F4F4F. Windows color (decimal): -6739627 or 5581209. OLE color: 5581209.

HSL color Cylindrical-coordinate representation of color #992955: hue angle of 336.43º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #992955 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 41 85 -
CMYK 0 0.73 0.44 0.4
HSL 336.43º 0.58% 0.38% -
HSV(B) 336.43º 0.73% 0.6% -
XYZ 15.57 9.01 9.51 -
YUV 79.5 131.11 180.42 -
System Red Green Blue C M Y K H S L
Decimal 153 41 85 0 0.73 0.44 0.4 336.43 0.58 0.38
Hex 99 29 55 0 49 2C 28 150 3A 26
Octal 231 51 125 0 111 54 50 520 72 46
Binary 10011001 101001 1010101 0 1001001 101100 101000 101010000 111010 100110

Color Harmonies of #992955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992955

Black with #992955

Text Example


Text Example

White with #992955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992955; }

 p { color: rgb(153,41,85); }

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

background-color css

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

 a { background-color: rgb(153,41,85); }

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

border-color css

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

 span { border-color: rgb(153,41,85); }

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