Html Css Color HEX #992967 Lipstick

📋 copy color: '#992967'

red 153 ◦ green 41 ◦ blue 103

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

Shades of Lipstick #992967

Tints of Lipstick #992967

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

 BLUE value IS 103 (40.63% from 255) = 34.68%

R = 51.52%
G = 13.8%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#992967 (or 0x992967) is known color: Lipstick. HEX triplet: 99, 29 and 67. RGB value is (153,41,103). Sum of RGB (Red+Green+Blue) = 153+41+103=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #992967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992967 is #66D698. Grayscale: #515151. Windows color (decimal): -6739609 or 6760857. OLE color: 6760857.

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

Color convert

RGB 153 41 103 -
CMYK 0 0.73 0.33 0.4
HSL 326.79º 0.58% 0.38% -
HSV(B) 326.79º 0.73% 0.6% -
XYZ 16.38 9.34 13.77 -
YUV 81.56 140.11 178.96 -
System Red Green Blue C M Y K H S L
Decimal 153 41 103 0 0.73 0.33 0.4 326.79 0.58 0.38
Hex 99 29 67 0 49 21 28 147 3A 26
Octal 231 51 147 0 111 41 50 507 72 46
Binary 10011001 101001 1100111 0 1001001 100001 101000 101000111 111010 100110

Color Harmonies of #992967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992967

Black with #992967

Text Example


Text Example

White with #992967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992967; }

 p { color: rgb(153,41,103); }

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

background-color css

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

 a { background-color: rgb(153,41,103); }

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

border-color css

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

 span { border-color: rgb(153,41,103); }

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