Html Css Color HEX #992656 Lipstick

📋 copy color: '#992656'

red 153 ◦ green 38 ◦ blue 86

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

Shades of Lipstick #992656

Tints of Lipstick #992656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.05%

R = 55.23%
G = 13.72%
B = 31.05%

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

#992656 (or 0x992656) is known color: Lipstick. HEX triplet: 99, 26 and 56. RGB value is (153,38,86). Sum of RGB (Red+Green+Blue) = 153+38+86=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #992656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992656 is #66D9A9. Grayscale: #4D4D4D. Windows color (decimal): -6740394 or 5645977. OLE color: 5645977.

HSL color Cylindrical-coordinate representation of color #992656: hue angle of 334.96º 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 #992656 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 38 86 -
CMYK 0 0.75 0.44 0.4
HSL 334.96º 0.6% 0.37% -
HSV(B) 334.96º 0.75% 0.6% -
XYZ 15.51 8.83 9.69 -
YUV 77.86 132.6 181.6 -
System Red Green Blue C M Y K H S L
Decimal 153 38 86 0 0.75 0.44 0.4 334.96 0.6 0.37
Hex 99 26 56 0 4B 2C 28 14F 3C 25
Octal 231 46 126 0 113 54 50 517 74 45
Binary 10011001 100110 1010110 0 1001011 101100 101000 101001111 111100 100101

Color Harmonies of #992656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992656

Black with #992656

Text Example


Text Example

White with #992656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992656; }

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

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

background-color css

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

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

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

border-color css

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

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

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