Html Css Color HEX #992365 Lipstick

📋 copy color: '#992365'

red 153 ◦ green 35 ◦ blue 101

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

Shades of Lipstick #992365

Tints of Lipstick #992365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.11%

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

R = 52.94%
G = 12.11%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#992365 (or 0x992365) is known color: Lipstick. HEX triplet: 99, 23 and 65. RGB value is (153,35,101). Sum of RGB (Red+Green+Blue) = 153+35+101=289 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.94% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 153 - color contains mainly: red. Hex color #992365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992365 is #66DC9A. Grayscale: #4D4D4D. Windows color (decimal): -6741147 or 6628249. OLE color: 6628249.

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

Color convert

RGB 153 35 101 -
CMYK 0 0.77 0.34 0.4
HSL 326.44º 0.63% 0.37% -
HSV(B) 326.44º 0.77% 0.6% -
XYZ 16.09 8.91 13.18 -
YUV 77.81 141.09 181.63 -
System Red Green Blue C M Y K H S L
Decimal 153 35 101 0 0.77 0.34 0.4 326.44 0.63 0.37
Hex 99 23 65 0 4D 22 28 146 3F 25
Octal 231 43 145 0 115 42 50 506 77 45
Binary 10011001 100011 1100101 0 1001101 100010 101000 101000110 111111 100101

Color Harmonies of #992365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992365

Black with #992365

Text Example


Text Example

White with #992365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992365; }

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

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

background-color css

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

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

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

border-color css

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

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

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