Html Css Color HEX #953665 Lipstick

📋 copy color: '#953665'

red 149 ◦ green 54 ◦ blue 101

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

Shades of Lipstick #953665

Tints of Lipstick #953665

RGB

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

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

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

R = 49.01%
G = 17.76%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#953665 (or 0x953665) is known color: Lipstick. HEX triplet: 95, 36 and 65. RGB value is (149,54,101). Sum of RGB (Red+Green+Blue) = 149+54+101=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 54 (21.48% from 255 or 17.76% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #953665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953665 is #6AC99A. Grayscale: #575757. Windows color (decimal): -6998427 or 6633109. OLE color: 6633109.

HSL color Cylindrical-coordinate representation of color #953665: hue angle of 330.32º 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 #953665 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 54 101 -
CMYK 0 0.64 0.32 0.42
HSL 330.32º 0.47% 0.4% -
HSV(B) 330.32º 0.64% 0.58% -
XYZ 16.06 9.97 13.39 -
YUV 87.76 135.47 171.68 -
System Red Green Blue C M Y K H S L
Decimal 149 54 101 0 0.64 0.32 0.42 330.32 0.47 0.4
Hex 95 36 65 0 40 20 2A 14A 2F 28
Octal 225 66 145 0 100 40 52 512 57 50
Binary 10010101 110110 1100101 0 1000000 100000 101010 101001010 101111 101000

Color Harmonies of #953665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953665

Black with #953665

Text Example


Text Example

White with #953665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953665; }

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

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

background-color css

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

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

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

border-color css

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

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

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