Html Css Color HEX #992B6B Lipstick

📋 copy color: '#992B6B'

red 153 ◦ green 43 ◦ blue 107

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

Shades of Lipstick #992B6B

Tints of Lipstick #992B6B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.19%

 BLUE value IS 107 (42.19% from 255) = 35.31%

R = 50.5%
G = 14.19%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#992B6B (or 0x992B6B) is known color: Lipstick. HEX triplet: 99, 2B and 6B. RGB value is (153,43,107). Sum of RGB (Red+Green+Blue) = 153+43+107=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 107 (42.19% from 255 or 35.31% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #992B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992B6B is #66D494. Grayscale: #535353. Windows color (decimal): -6739093 or 7023513. OLE color: 7023513.

HSL color Cylindrical-coordinate representation of color #992B6B: hue angle of 325.09º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #992B6B is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 43 107 -
CMYK 0 0.72 0.30 0.4
HSL 325.09º 0.56% 0.38% -
HSV(B) 325.09º 0.72% 0.6% -
XYZ 16.65 9.56 14.88 -
YUV 83.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 153 43 107 0 0.72 0.30 0.4 325.09 0.56 0.38
Hex 99 2B 6B 0 48 1E 28 145 38 26
Octal 231 53 153 0 110 36 50 505 70 46
Binary 10011001 101011 1101011 0 1001000 11110 101000 101000101 111000 100110

Color Harmonies of #992B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992B6B

Black with #992B6B

Text Example


Text Example

White with #992B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992B6B; }

 p { color: rgb(153,43,107); }

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

background-color css

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

 a { background-color: rgb(153,43,107); }

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

border-color css

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

 span { border-color: rgb(153,43,107); }

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