Html Css Color HEX #992651 Lipstick

📋 copy color: '#992651'

red 153 ◦ green 38 ◦ blue 81

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

Shades of Lipstick #992651

Tints of Lipstick #992651

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.97%

 BLUE value IS 81 (32.03% from 255) = 29.78%

R = 56.25%
G = 13.97%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#992651 (or 0x992651) is known color: Lipstick. HEX triplet: 99, 26 and 51. RGB value is (153,38,81). Sum of RGB (Red+Green+Blue) = 153+38+81=272 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.25% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 153 - color contains mainly: red. Hex color #992651 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992651 is #66D9AE. Grayscale: #4D4D4D. Windows color (decimal): -6740399 or 5318297. OLE color: 5318297.

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

Color convert

RGB 153 38 81 -
CMYK 0 0.75 0.47 0.4
HSL 337.57º 0.6% 0.37% -
HSV(B) 337.57º 0.75% 0.6% -
XYZ 15.32 8.75 8.67 -
YUV 77.29 130.1 182 -
System Red Green Blue C M Y K H S L
Decimal 153 38 81 0 0.75 0.47 0.4 337.57 0.6 0.37
Hex 99 26 51 0 4B 2F 28 152 3C 25
Octal 231 46 121 0 113 57 50 522 74 45
Binary 10011001 100110 1010001 0 1001011 101111 101000 101010010 111100 100101

Color Harmonies of #992651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992651

Black with #992651

Text Example


Text Example

White with #992651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992651; }

 p { color: rgb(153,38,81); }

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

background-color css

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

 a { background-color: rgb(153,38,81); }

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

border-color css

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

 span { border-color: rgb(153,38,81); }

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