Html Css Color HEX #992965 Lipstick

📋 copy color: '#992965'

red 153 ◦ green 41 ◦ blue 101

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

Shades of Lipstick #992965

Tints of Lipstick #992965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.24%

R = 51.86%
G = 13.9%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#992965 (or 0x992965) is known color: Lipstick. HEX triplet: 99, 29 and 65. RGB value is (153,41,101). Sum of RGB (Red+Green+Blue) = 153+41+101=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #992965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992965 is #66D69A. Grayscale: #515151. Windows color (decimal): -6739611 or 6629785. OLE color: 6629785.

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

Color convert

RGB 153 41 101 -
CMYK 0 0.73 0.34 0.4
HSL 327.86º 0.58% 0.38% -
HSV(B) 327.86º 0.73% 0.6% -
XYZ 16.28 9.3 13.25 -
YUV 81.33 139.11 179.12 -
System Red Green Blue C M Y K H S L
Decimal 153 41 101 0 0.73 0.34 0.4 327.86 0.58 0.38
Hex 99 29 65 0 49 22 28 148 3A 26
Octal 231 51 145 0 111 42 50 510 72 46
Binary 10011001 101001 1100101 0 1001001 100010 101000 101001000 111010 100110

Color Harmonies of #992965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992965

Black with #992965

Text Example


Text Example

White with #992965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992965; }

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

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

background-color css

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

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

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

border-color css

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

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

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