Html Css Color HEX #992358 Lipstick

📋 copy color: '#992358'

red 153 ◦ green 35 ◦ blue 88

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

Shades of Lipstick #992358

Tints of Lipstick #992358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 31.88%

R = 55.43%
G = 12.68%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#992358 (or 0x992358) is known color: Lipstick. HEX triplet: 99, 23 and 58. RGB value is (153,35,88). Sum of RGB (Red+Green+Blue) = 153+35+88=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #992358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992358 is #66DCA7. Grayscale: #4C4C4C. Windows color (decimal): -6741160 or 5776281. OLE color: 5776281.

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

Color convert

RGB 153 35 88 -
CMYK 0 0.77 0.42 0.4
HSL 333.05º 0.63% 0.37% -
HSV(B) 333.05º 0.77% 0.6% -
XYZ 15.5 8.68 10.09 -
YUV 76.32 134.59 182.69 -
System Red Green Blue C M Y K H S L
Decimal 153 35 88 0 0.77 0.42 0.4 333.05 0.63 0.37
Hex 99 23 58 0 4D 2A 28 14D 3F 25
Octal 231 43 130 0 115 52 50 515 77 45
Binary 10011001 100011 1011000 0 1001101 101010 101000 101001101 111111 100101

Color Harmonies of #992358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992358

Black with #992358

Text Example


Text Example

White with #992358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992358; }

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

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

background-color css

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

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

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

border-color css

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

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

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