Html Css Color HEX #992351 Lipstick

📋 copy color: '#992351'

red 153 ◦ green 35 ◦ blue 81

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

Shades of Lipstick #992351

Tints of Lipstick #992351

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.01%

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

R = 56.88%
G = 13.01%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.4

RGB Variations

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

Color information

#992351 (or 0x992351) is known color: Lipstick. HEX triplet: 99, 23 and 51. RGB value is (153,35,81). Sum of RGB (Red+Green+Blue) = 153+35+81=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #992351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992351 is #66DCAE. Grayscale: #4B4B4B. Windows color (decimal): -6741167 or 5317529. OLE color: 5317529.

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

Color convert

RGB 153 35 81 -
CMYK 0 0.77 0.47 0.4
HSL 336.61º 0.63% 0.37% -
HSV(B) 336.61º 0.77% 0.6% -
XYZ 15.22 8.57 8.64 -
YUV 75.53 131.09 183.26 -
System Red Green Blue C M Y K H S L
Decimal 153 35 81 0 0.77 0.47 0.4 336.61 0.63 0.37
Hex 99 23 51 0 4D 2F 28 151 3F 25
Octal 231 43 121 0 115 57 50 521 77 45
Binary 10011001 100011 1010001 0 1001101 101111 101000 101010001 111111 100101

Color Harmonies of #992351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992351

Black with #992351

Text Example


Text Example

White with #992351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992351; }

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

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

background-color css

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

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

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

border-color css

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

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

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