Html Css Color HEX #992755 Lipstick

📋 copy color: '#992755'

red 153 ◦ green 39 ◦ blue 85

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

Shades of Lipstick #992755

Tints of Lipstick #992755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.08%

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

R = 55.23%
G = 14.08%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#992755 (or 0x992755) is known color: Lipstick. HEX triplet: 99, 27 and 55. RGB value is (153,39,85). Sum of RGB (Red+Green+Blue) = 153+39+85=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 85 (33.59% from 255 or 30.69% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #992755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992755 is #66D8AA. Grayscale: #4E4E4E. Windows color (decimal): -6740139 or 5580697. OLE color: 5580697.

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

Color convert

RGB 153 39 85 -
CMYK 0 0.75 0.44 0.4
HSL 335.79º 0.59% 0.38% -
HSV(B) 335.79º 0.75% 0.6% -
XYZ 15.5 8.88 9.49 -
YUV 78.33 131.77 181.26 -
System Red Green Blue C M Y K H S L
Decimal 153 39 85 0 0.75 0.44 0.4 335.79 0.59 0.38
Hex 99 27 55 0 4B 2C 28 150 3B 26
Octal 231 47 125 0 113 54 50 520 73 46
Binary 10011001 100111 1010101 0 1001011 101100 101000 101010000 111011 100110

Color Harmonies of #992755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992755

Black with #992755

Text Example


Text Example

White with #992755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992755; }

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

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

background-color css

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

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

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

border-color css

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

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

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