Html Css Color HEX #993358 Lipstick

📋 copy color: '#993358'

red 153 ◦ green 51 ◦ blue 88

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

Shades of Lipstick #993358

Tints of Lipstick #993358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.47%

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

R = 52.4%
G = 17.47%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#993358 (or 0x993358) is known color: Lipstick. HEX triplet: 99, 33 and 58. RGB value is (153,51,88). Sum of RGB (Red+Green+Blue) = 153+51+88=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #993358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993358 is #66CCA7. Grayscale: #555555. Windows color (decimal): -6737064 or 5780377. OLE color: 5780377.

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

Color convert

RGB 153 51 88 -
CMYK 0 0.67 0.42 0.4
HSL 338.24º 0.5% 0.4% -
HSV(B) 338.24º 0.67% 0.6% -
XYZ 16.08 9.84 10.29 -
YUV 85.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 153 51 88 0 0.67 0.42 0.4 338.24 0.5 0.4
Hex 99 33 58 0 43 2A 28 152 32 28
Octal 231 63 130 0 103 52 50 522 62 50
Binary 10011001 110011 1011000 0 1000011 101010 101000 101010010 110010 101000

Color Harmonies of #993358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993358

Black with #993358

Text Example


Text Example

White with #993358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993358; }

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

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

background-color css

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

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

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

border-color css

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

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

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