Html Css Color HEX #992763 Lipstick

📋 copy color: '#992763'

red 153 ◦ green 39 ◦ blue 99

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

Shades of Lipstick #992763

Tints of Lipstick #992763

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.4%

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

R = 52.58%
G = 13.4%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#992763 (or 0x992763) is known color: Lipstick. HEX triplet: 99, 27 and 63. RGB value is (153,39,99). Sum of RGB (Red+Green+Blue) = 153+39+99=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #992763 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992763 is #66D89C. Grayscale: #4F4F4F. Windows color (decimal): -6740125 or 6498201. OLE color: 6498201.

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

Color convert

RGB 153 39 99 -
CMYK 0 0.75 0.35 0.4
HSL 328.42º 0.59% 0.38% -
HSV(B) 328.42º 0.75% 0.6% -
XYZ 16.11 9.12 12.72 -
YUV 79.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 153 39 99 0 0.75 0.35 0.4 328.42 0.59 0.38
Hex 99 27 63 0 4B 23 28 148 3B 26
Octal 231 47 143 0 113 43 50 510 73 46
Binary 10011001 100111 1100011 0 1001011 100011 101000 101001000 111011 100110

Color Harmonies of #992763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992763

Black with #992763

Text Example


Text Example

White with #992763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992763; }

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

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

background-color css

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

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

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

border-color css

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

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

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