Html Css Color HEX #992655 Lipstick

📋 copy color: '#992655'

red 153 ◦ green 38 ◦ blue 85

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

Shades of Lipstick #992655

Tints of Lipstick #992655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.77%

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

R = 55.43%
G = 13.77%
B = 30.8%

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

#992655 (or 0x992655) is known color: Lipstick. HEX triplet: 99, 26 and 55. RGB value is (153,38,85). Sum of RGB (Red+Green+Blue) = 153+38+85=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #992655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992655 is #66D9AA. Grayscale: #4D4D4D. Windows color (decimal): -6740395 or 5580441. OLE color: 5580441.

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

Color convert

RGB 153 38 85 -
CMYK 0 0.75 0.44 0.4
HSL 335.48º 0.6% 0.37% -
HSV(B) 335.48º 0.75% 0.6% -
XYZ 15.47 8.81 9.48 -
YUV 77.74 132.1 181.68 -
System Red Green Blue C M Y K H S L
Decimal 153 38 85 0 0.75 0.44 0.4 335.48 0.6 0.37
Hex 99 26 55 0 4B 2C 28 14F 3C 25
Octal 231 46 125 0 113 54 50 517 74 45
Binary 10011001 100110 1010101 0 1001011 101100 101000 101001111 111100 100101

Color Harmonies of #992655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992655

Black with #992655

Text Example


Text Example

White with #992655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992655; }

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

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

background-color css

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

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

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

border-color css

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

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

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