Html Css Color HEX #953668 Lipstick

📋 copy color: '#953668'

red 149 ◦ green 54 ◦ blue 104

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

Shades of Lipstick #953668

Tints of Lipstick #953668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 48.53%
G = 17.59%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#953668 (or 0x953668) is known color: Lipstick. HEX triplet: 95, 36 and 68. RGB value is (149,54,104). Sum of RGB (Red+Green+Blue) = 149+54+104=307 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.53% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 149 - color contains mainly: red. Hex color #953668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953668 is #6AC997. Grayscale: #585858. Windows color (decimal): -6998424 or 6829717. OLE color: 6829717.

HSL color Cylindrical-coordinate representation of color #953668: hue angle of 328.42º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953668 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 54 104 -
CMYK 0 0.64 0.30 0.42
HSL 328.42º 0.47% 0.4% -
HSV(B) 328.42º 0.64% 0.58% -
XYZ 16.21 10.03 14.18 -
YUV 88.11 136.97 171.43 -
System Red Green Blue C M Y K H S L
Decimal 149 54 104 0 0.64 0.30 0.42 328.42 0.47 0.4
Hex 95 36 68 0 40 1E 2A 148 2F 28
Octal 225 66 150 0 100 36 52 510 57 50
Binary 10010101 110110 1101000 0 1000000 11110 101010 101001000 101111 101000

Color Harmonies of #953668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953668

Black with #953668

Text Example


Text Example

White with #953668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953668; }

 p { color: rgb(149,54,104); }

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

background-color css

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

 a { background-color: rgb(149,54,104); }

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

border-color css

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

 span { border-color: rgb(149,54,104); }

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