Html Css Color HEX #992565 Lipstick

📋 copy color: '#992565'

red 153 ◦ green 37 ◦ blue 101

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

Shades of Lipstick #992565

Tints of Lipstick #992565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.71%

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

R = 52.58%
G = 12.71%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#992565 (or 0x992565) is known color: Lipstick. HEX triplet: 99, 25 and 65. RGB value is (153,37,101). Sum of RGB (Red+Green+Blue) = 153+37+101=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #992565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992565 is #66DA9A. Grayscale: #4E4E4E. Windows color (decimal): -6740635 or 6628761. OLE color: 6628761.

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

Color convert

RGB 153 37 101 -
CMYK 0 0.76 0.34 0.4
HSL 326.9º 0.61% 0.37% -
HSV(B) 326.9º 0.76% 0.6% -
XYZ 16.15 9.04 13.2 -
YUV 78.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 153 37 101 0 0.76 0.34 0.4 326.9 0.61 0.37
Hex 99 25 65 0 4C 22 28 147 3D 25
Octal 231 45 145 0 114 42 50 507 75 45
Binary 10011001 100101 1100101 0 1001100 100010 101000 101000111 111101 100101

Color Harmonies of #992565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992565

Black with #992565

Text Example


Text Example

White with #992565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992565; }

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

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

background-color css

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

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

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

border-color css

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

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

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