Html Css Color HEX #952956 Lipstick

📋 copy color: '#952956'

red 149 ◦ green 41 ◦ blue 86

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

Shades of Lipstick #952956

Tints of Lipstick #952956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.16%

R = 53.99%
G = 14.86%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#952956 (or 0x952956) is known color: Lipstick. HEX triplet: 95, 29 and 56. RGB value is (149,41,86). Sum of RGB (Red+Green+Blue) = 149+41+86=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #952956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952956 is #6AD6A9. Grayscale: #4E4E4E. Windows color (decimal): -7001770 or 5646741. OLE color: 5646741.

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

Color convert

RGB 149 41 86 -
CMYK 0 0.72 0.42 0.42
HSL 335º 0.57% 0.37% -
HSV(B) 335º 0.72% 0.58% -
XYZ 14.87 8.65 9.69 -
YUV 78.42 132.28 178.34 -
System Red Green Blue C M Y K H S L
Decimal 149 41 86 0 0.72 0.42 0.42 335 0.57 0.37
Hex 95 29 56 0 48 2A 2A 14F 39 25
Octal 225 51 126 0 110 52 52 517 71 45
Binary 10010101 101001 1010110 0 1001000 101010 101010 101001111 111001 100101

Color Harmonies of #952956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952956

Black with #952956

Text Example


Text Example

White with #952956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952956; }

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

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

background-color css

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

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

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

border-color css

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

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

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