Html Css Color HEX #993264 Lipstick

📋 copy color: '#993264'

red 153 ◦ green 50 ◦ blue 100

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

Shades of Lipstick #993264

Tints of Lipstick #993264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33%

R = 50.5%
G = 16.5%
B = 33%

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

#993264 (or 0x993264) is known color: Lipstick. HEX triplet: 99, 32 and 64. RGB value is (153,50,100). Sum of RGB (Red+Green+Blue) = 153+50+100=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #993264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993264 is #66CD9B. Grayscale: #565656. Windows color (decimal): -6737308 or 6566553. OLE color: 6566553.

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

Color convert

RGB 153 50 100 -
CMYK 0 0.67 0.35 0.4
HSL 330.87º 0.51% 0.4% -
HSV(B) 330.87º 0.67% 0.6% -
XYZ 16.58 9.97 13.11 -
YUV 86.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 153 50 100 0 0.67 0.35 0.4 330.87 0.51 0.4
Hex 99 32 64 0 43 23 28 14B 33 28
Octal 231 62 144 0 103 43 50 513 63 50
Binary 10011001 110010 1100100 0 1000011 100011 101000 101001011 110011 101000

Color Harmonies of #993264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993264

Black with #993264

Text Example


Text Example

White with #993264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993264; }

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

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

background-color css

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

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

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

border-color css

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

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

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