Html Css Color HEX #993458 Lipstick

📋 copy color: '#993458'

red 153 ◦ green 52 ◦ blue 88

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

Shades of Lipstick #993458

Tints of Lipstick #993458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.75%

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

R = 52.22%
G = 17.75%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#993458 (or 0x993458) is known color: Lipstick. HEX triplet: 99, 34 and 58. RGB value is (153,52,88). Sum of RGB (Red+Green+Blue) = 153+52+88=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #993458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993458 is #66CBA7. Grayscale: #565656. Windows color (decimal): -6736808 or 5780633. OLE color: 5780633.

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

Color convert

RGB 153 52 88 -
CMYK 0 0.66 0.42 0.4
HSL 338.61º 0.49% 0.4% -
HSV(B) 338.61º 0.66% 0.6% -
XYZ 16.13 9.93 10.3 -
YUV 86.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 153 52 88 0 0.66 0.42 0.4 338.61 0.49 0.4
Hex 99 34 58 0 42 2A 28 153 31 28
Octal 231 64 130 0 102 52 50 523 61 50
Binary 10011001 110100 1011000 0 1000010 101010 101000 101010011 110001 101000

Color Harmonies of #993458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993458

Black with #993458

Text Example


Text Example

White with #993458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993458; }

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

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

background-color css

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

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

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

border-color css

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

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

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