Html Css Color HEX #992350 Lipstick

📋 copy color: '#992350'

red 153 ◦ green 35 ◦ blue 80

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

Shades of Lipstick #992350

Tints of Lipstick #992350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 57.09%
G = 13.06%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#992350 (or 0x992350) is known color: Lipstick. HEX triplet: 99, 23 and 50. RGB value is (153,35,80). Sum of RGB (Red+Green+Blue) = 153+35+80=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #992350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992350 is #66DCAF. Grayscale: #4B4B4B. Windows color (decimal): -6741168 or 5251993. OLE color: 5251993.

HSL color Cylindrical-coordinate representation of color #992350: hue angle of 337.12º 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 #992350 is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 35 80 -
CMYK 0 0.77 0.48 0.4
HSL 337.12º 0.63% 0.37% -
HSV(B) 337.12º 0.77% 0.6% -
XYZ 15.19 8.55 8.44 -
YUV 75.41 130.59 183.34 -
System Red Green Blue C M Y K H S L
Decimal 153 35 80 0 0.77 0.48 0.4 337.12 0.63 0.37
Hex 99 23 50 0 4D 30 28 151 3F 25
Octal 231 43 120 0 115 60 50 521 77 45
Binary 10011001 100011 1010000 0 1001101 110000 101000 101010001 111111 100101

Color Harmonies of #992350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992350

Black with #992350

Text Example


Text Example

White with #992350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992350; }

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

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

background-color css

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

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

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

border-color css

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

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

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