Html Css Color HEX #953363 Lipstick

📋 copy color: '#953363'

red 149 ◦ green 51 ◦ blue 99

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

Shades of Lipstick #953363

Tints of Lipstick #953363

RGB

 RED value IS 149 (58.59% from 255) = 49.83%

 GREEN value IS 51 (20.31% from 255) = 17.06%

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

R = 49.83%
G = 17.06%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#953363 (or 0x953363) is known color: Lipstick. HEX triplet: 95, 33 and 63. RGB value is (149,51,99). Sum of RGB (Red+Green+Blue) = 149+51+99=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #953363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953363 is #6ACC9C. Grayscale: #555555. Windows color (decimal): -6999197 or 6501269. OLE color: 6501269.

HSL color Cylindrical-coordinate representation of color #953363: hue angle of 330.61º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953363 is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 99 -
CMYK 0 0.66 0.34 0.42
HSL 330.61º 0.49% 0.39% -
HSV(B) 330.61º 0.66% 0.58% -
XYZ 15.83 9.66 12.83 -
YUV 85.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 149 51 99 0 0.66 0.34 0.42 330.61 0.49 0.39
Hex 95 33 63 0 42 22 2A 14B 31 27
Octal 225 63 143 0 102 42 52 513 61 47
Binary 10010101 110011 1100011 0 1000010 100010 101010 101001011 110001 100111

Color Harmonies of #953363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953363

Black with #953363

Text Example


Text Example

White with #953363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953363; }

 p { color: rgb(149,51,99); }

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

background-color css

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

 a { background-color: rgb(149,51,99); }

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

border-color css

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

 span { border-color: rgb(149,51,99); }

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