Html Css Color HEX #993263 Lipstick

📋 copy color: '#993263'

red 153 ◦ green 50 ◦ blue 99

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

Shades of Lipstick #993263

Tints of Lipstick #993263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 32.78%

R = 50.66%
G = 16.56%
B = 32.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#993263 (or 0x993263) is known color: Lipstick. HEX triplet: 99, 32 and 63. RGB value is (153,50,99). Sum of RGB (Red+Green+Blue) = 153+50+99=302 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.66% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 153 - color contains mainly: red. Hex color #993263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993263 is #66CD9C. Grayscale: #565656. Windows color (decimal): -6737309 or 6501017. OLE color: 6501017.

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

Color convert

RGB 153 50 99 -
CMYK 0 0.67 0.35 0.4
HSL 331.46º 0.51% 0.4% -
HSV(B) 331.46º 0.67% 0.6% -
XYZ 16.53 9.95 12.85 -
YUV 86.38 135.12 175.52 -
System Red Green Blue C M Y K H S L
Decimal 153 50 99 0 0.67 0.35 0.4 331.46 0.51 0.4
Hex 99 32 63 0 43 23 28 14B 33 28
Octal 231 62 143 0 103 43 50 513 63 50
Binary 10011001 110010 1100011 0 1000011 100011 101000 101001011 110011 101000

Color Harmonies of #993263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993263

Black with #993263

Text Example


Text Example

White with #993263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993263; }

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

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

background-color css

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

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

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

border-color css

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

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

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