Html Css Color HEX #992D6B Lipstick

📋 copy color: '#992D6B'

red 153 ◦ green 45 ◦ blue 107

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

Shades of Lipstick #992D6B

Tints of Lipstick #992D6B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.75%

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

R = 50.16%
G = 14.75%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#992D6B (or 0x992D6B) is known color: Lipstick. HEX triplet: 99, 2D and 6B. RGB value is (153,45,107). Sum of RGB (Red+Green+Blue) = 153+45+107=305 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.16% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 153 - color contains mainly: red. Hex color #992D6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992D6B is #66D294. Grayscale: #545454. Windows color (decimal): -6738581 or 7024025. OLE color: 7024025.

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

Color convert

RGB 153 45 107 -
CMYK 0 0.71 0.30 0.4
HSL 325.56º 0.55% 0.39% -
HSV(B) 325.56º 0.71% 0.6% -
XYZ 16.73 9.71 14.9 -
YUV 84.36 140.78 176.96 -
System Red Green Blue C M Y K H S L
Decimal 153 45 107 0 0.71 0.30 0.4 325.56 0.55 0.39
Hex 99 2D 6B 0 47 1E 28 146 37 27
Octal 231 55 153 0 107 36 50 506 67 47
Binary 10011001 101101 1101011 0 1000111 11110 101000 101000110 110111 100111

Color Harmonies of #992D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992D6B

Black with #992D6B

Text Example


Text Example

White with #992D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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