Html Css Color HEX #952946 Lipstick

📋 copy color: '#952946'

red 149 ◦ green 41 ◦ blue 70

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

Shades of Lipstick #952946

Tints of Lipstick #952946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.92%

R = 57.31%
G = 15.77%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#952946 (or 0x952946) is known color: Lipstick. HEX triplet: 95, 29 and 46. RGB value is (149,41,70). Sum of RGB (Red+Green+Blue) = 149+41+70=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #952946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952946 is #6AD6B9. Grayscale: #4C4C4C. Windows color (decimal): -7001786 or 4598165. OLE color: 4598165.

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

Color convert

RGB 149 41 70 -
CMYK 0 0.72 0.53 0.42
HSL 343.89º 0.57% 0.37% -
HSV(B) 343.89º 0.72% 0.58% -
XYZ 14.29 8.42 6.67 -
YUV 76.6 124.28 179.64 -
System Red Green Blue C M Y K H S L
Decimal 149 41 70 0 0.72 0.53 0.42 343.89 0.57 0.37
Hex 95 29 46 0 48 35 2A 158 39 25
Octal 225 51 106 0 110 65 52 530 71 45
Binary 10010101 101001 1000110 0 1001000 110101 101010 101011000 111001 100101

Color Harmonies of #952946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952946

Black with #952946

Text Example


Text Example

White with #952946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952946; }

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

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

background-color css

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

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

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

border-color css

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

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

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