Html Css Color HEX #992364 Lipstick

📋 copy color: '#992364'

red 153 ◦ green 35 ◦ blue 100

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

Shades of Lipstick #992364

Tints of Lipstick #992364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 34.72%

R = 53.13%
G = 12.15%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#992364 (or 0x992364) is known color: Lipstick. HEX triplet: 99, 23 and 64. RGB value is (153,35,100). Sum of RGB (Red+Green+Blue) = 153+35+100=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 35 (14.06% from 255 or 12.15% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #992364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992364 is #66DC9B. Grayscale: #4D4D4D. Windows color (decimal): -6741148 or 6562713. OLE color: 6562713.

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

Color convert

RGB 153 35 100 -
CMYK 0 0.77 0.35 0.4
HSL 326.95º 0.63% 0.37% -
HSV(B) 326.95º 0.77% 0.6% -
XYZ 16.04 8.89 12.93 -
YUV 77.69 140.59 181.71 -
System Red Green Blue C M Y K H S L
Decimal 153 35 100 0 0.77 0.35 0.4 326.95 0.63 0.37
Hex 99 23 64 0 4D 23 28 147 3F 25
Octal 231 43 144 0 115 43 50 507 77 45
Binary 10011001 100011 1100100 0 1001101 100011 101000 101000111 111111 100101

Color Harmonies of #992364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992364

Black with #992364

Text Example


Text Example

White with #992364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992364; }

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

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

background-color css

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

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

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

border-color css

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

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

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