Html Css Color HEX #953162 Lipstick

📋 copy color: '#953162'

red 149 ◦ green 49 ◦ blue 98

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

Shades of Lipstick #953162

Tints of Lipstick #953162

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.55%

 BLUE value IS 98 (38.67% from 255) = 33.11%

R = 50.34%
G = 16.55%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#953162 (or 0x953162) is known color: Lipstick. HEX triplet: 95, 31 and 62. RGB value is (149,49,98). Sum of RGB (Red+Green+Blue) = 149+49+98=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #953162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953162 is #6ACE9D. Grayscale: #545454. Windows color (decimal): -6999710 or 6435221. OLE color: 6435221.

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

Color convert

RGB 149 49 98 -
CMYK 0 0.67 0.34 0.42
HSL 330.6º 0.51% 0.39% -
HSV(B) 330.6º 0.67% 0.58% -
XYZ 15.7 9.47 12.56 -
YUV 84.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 149 49 98 0 0.67 0.34 0.42 330.6 0.51 0.39
Hex 95 31 62 0 43 22 2A 14B 33 27
Octal 225 61 142 0 103 42 52 513 63 47
Binary 10010101 110001 1100010 0 1000011 100010 101010 101001011 110011 100111

Color Harmonies of #953162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953162

Black with #953162

Text Example


Text Example

White with #953162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953162; }

 p { color: rgb(149,49,98); }

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

background-color css

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

 a { background-color: rgb(149,49,98); }

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

border-color css

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

 span { border-color: rgb(149,49,98); }

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