Html Css Color HEX #952965 Lipstick

📋 copy color: '#952965'

red 149 ◦ green 41 ◦ blue 101

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

Shades of Lipstick #952965

Tints of Lipstick #952965

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.09%

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

R = 51.2%
G = 14.09%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#952965 (or 0x952965) is known color: Lipstick. HEX triplet: 95, 29 and 65. RGB value is (149,41,101). Sum of RGB (Red+Green+Blue) = 149+41+101=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #952965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952965 is #6AD69A. Grayscale: #4F4F4F. Windows color (decimal): -7001755 or 6629781. OLE color: 6629781.

HSL color Cylindrical-coordinate representation of color #952965: hue angle of 326.67º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952965 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 101 -
CMYK 0 0.72 0.32 0.42
HSL 326.67º 0.57% 0.37% -
HSV(B) 326.67º 0.72% 0.58% -
XYZ 15.54 8.92 13.21 -
YUV 80.13 139.78 177.12 -
System Red Green Blue C M Y K H S L
Decimal 149 41 101 0 0.72 0.32 0.42 326.67 0.57 0.37
Hex 95 29 65 0 48 20 2A 147 39 25
Octal 225 51 145 0 110 40 52 507 71 45
Binary 10010101 101001 1100101 0 1001000 100000 101010 101000111 111001 100101

Color Harmonies of #952965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952965

Black with #952965

Text Example


Text Example

White with #952965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952965; }

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

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

background-color css

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

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

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

border-color css

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

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

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