Html Css Color HEX #993258 Lipstick

📋 copy color: '#993258'

red 153 ◦ green 50 ◦ blue 88

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

Shades of Lipstick #993258

Tints of Lipstick #993258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.18%

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

R = 52.58%
G = 17.18%
B = 30.24%

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

#993258 (or 0x993258) is known color: Lipstick. HEX triplet: 99, 32 and 58. RGB value is (153,50,88). Sum of RGB (Red+Green+Blue) = 153+50+88=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #993258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993258 is #66CDA7. Grayscale: #555555. Windows color (decimal): -6737320 or 5780121. OLE color: 5780121.

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

Color convert

RGB 153 50 88 -
CMYK 0 0.67 0.42 0.4
HSL 337.86º 0.51% 0.4% -
HSV(B) 337.86º 0.67% 0.6% -
XYZ 16.04 9.76 10.27 -
YUV 85.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 153 50 88 0 0.67 0.42 0.4 337.86 0.51 0.4
Hex 99 32 58 0 43 2A 28 152 33 28
Octal 231 62 130 0 103 52 50 522 63 50
Binary 10011001 110010 1011000 0 1000011 101010 101000 101010010 110011 101000

Color Harmonies of #993258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993258

Black with #993258

Text Example


Text Example

White with #993258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993258; }

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

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

background-color css

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

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

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

border-color css

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

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

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