Html Css Color HEX #993465 Lipstick

📋 copy color: '#993465'

red 153 ◦ green 52 ◦ blue 101

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

Shades of Lipstick #993465

Tints of Lipstick #993465

RGB

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

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

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

R = 50%
G = 16.99%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#993465 (or 0x993465) is known color: Lipstick. HEX triplet: 99, 34 and 65. RGB value is (153,52,101). Sum of RGB (Red+Green+Blue) = 153+52+101=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #993465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993465 is #66CB9A. Grayscale: #575757. Windows color (decimal): -6736795 or 6632601. OLE color: 6632601.

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

Color convert

RGB 153 52 101 -
CMYK 0 0.66 0.34 0.4
HSL 330.89º 0.49% 0.4% -
HSV(B) 330.89º 0.66% 0.6% -
XYZ 16.71 10.17 13.39 -
YUV 87.79 135.46 174.52 -
System Red Green Blue C M Y K H S L
Decimal 153 52 101 0 0.66 0.34 0.4 330.89 0.49 0.4
Hex 99 34 65 0 42 22 28 14B 31 28
Octal 231 64 145 0 102 42 50 513 61 50
Binary 10011001 110100 1100101 0 1000010 100010 101000 101001011 110001 101000

Color Harmonies of #993465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993465

Black with #993465

Text Example


Text Example

White with #993465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993465; }

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

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

background-color css

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

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

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

border-color css

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

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

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