Html Css Color HEX #993265 Lipstick

📋 copy color: '#993265'

red 153 ◦ green 50 ◦ blue 101

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

Shades of Lipstick #993265

Tints of Lipstick #993265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.22%

R = 50.33%
G = 16.45%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#993265 (or 0x993265) is known color: Lipstick. HEX triplet: 99, 32 and 65. RGB value is (153,50,101). Sum of RGB (Red+Green+Blue) = 153+50+101=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #993265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993265 is #66CD9A. Grayscale: #565656. Windows color (decimal): -6737307 or 6632089. OLE color: 6632089.

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

Color convert

RGB 153 50 101 -
CMYK 0 0.67 0.34 0.4
HSL 330.29º 0.51% 0.4% -
HSV(B) 330.29º 0.67% 0.6% -
XYZ 16.63 9.99 13.36 -
YUV 86.61 136.12 175.35 -
System Red Green Blue C M Y K H S L
Decimal 153 50 101 0 0.67 0.34 0.4 330.29 0.51 0.4
Hex 99 32 65 0 43 22 28 14A 33 28
Octal 231 62 145 0 103 42 50 512 63 50
Binary 10011001 110010 1100101 0 1000011 100010 101000 101001010 110011 101000

Color Harmonies of #993265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993265

Black with #993265

Text Example


Text Example

White with #993265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993265; }

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

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

background-color css

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

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

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

border-color css

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

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

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