Html Css Color HEX #992665 Lipstick

📋 copy color: '#992665'

red 153 ◦ green 38 ◦ blue 101

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

Shades of Lipstick #992665

Tints of Lipstick #992665

RGB

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

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

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

R = 52.4%
G = 13.01%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#992665 (or 0x992665) is known color: Lipstick. HEX triplet: 99, 26 and 65. RGB value is (153,38,101). Sum of RGB (Red+Green+Blue) = 153+38+101=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #992665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992665 is #66D99A. Grayscale: #4F4F4F. Windows color (decimal): -6740379 or 6629017. OLE color: 6629017.

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

Color convert

RGB 153 38 101 -
CMYK 0 0.75 0.34 0.4
HSL 327.13º 0.6% 0.37% -
HSV(B) 327.13º 0.75% 0.6% -
XYZ 16.18 9.1 13.22 -
YUV 79.57 140.1 180.38 -
System Red Green Blue C M Y K H S L
Decimal 153 38 101 0 0.75 0.34 0.4 327.13 0.6 0.37
Hex 99 26 65 0 4B 22 28 147 3C 25
Octal 231 46 145 0 113 42 50 507 74 45
Binary 10011001 100110 1100101 0 1001011 100010 101000 101000111 111100 100101

Color Harmonies of #992665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992665

Black with #992665

Text Example


Text Example

White with #992665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992665; }

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

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

background-color css

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

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

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

border-color css

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

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

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