Html Css Color HEX #992863 Lipstick

📋 copy color: '#992863'

red 153 ◦ green 40 ◦ blue 99

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

Shades of Lipstick #992863

Tints of Lipstick #992863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.7%

 BLUE value IS 99 (39.06% from 255) = 33.9%

R = 52.4%
G = 13.7%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#992863 (or 0x992863) is known color: Lipstick. HEX triplet: 99, 28 and 63. RGB value is (153,40,99). Sum of RGB (Red+Green+Blue) = 153+40+99=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #992863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992863 is #66D79C. Grayscale: #505050. Windows color (decimal): -6739869 or 6498457. OLE color: 6498457.

HSL color Cylindrical-coordinate representation of color #992863: hue angle of 328.67º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992863 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 40 99 -
CMYK 0 0.74 0.35 0.4
HSL 328.67º 0.59% 0.38% -
HSV(B) 328.67º 0.74% 0.6% -
XYZ 16.15 9.19 12.73 -
YUV 80.51 138.44 179.7 -
System Red Green Blue C M Y K H S L
Decimal 153 40 99 0 0.74 0.35 0.4 328.67 0.59 0.38
Hex 99 28 63 0 4A 23 28 149 3B 26
Octal 231 50 143 0 112 43 50 511 73 46
Binary 10011001 101000 1100011 0 1001010 100011 101000 101001001 111011 100110

Color Harmonies of #992863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992863

Black with #992863

Text Example


Text Example

White with #992863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992863; }

 p { color: rgb(153,40,99); }

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

background-color css

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

 a { background-color: rgb(153,40,99); }

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

border-color css

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

 span { border-color: rgb(153,40,99); }

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