Html Css Color HEX #952B46 Lipstick

📋 copy color: '#952B46'

red 149 ◦ green 43 ◦ blue 70

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

Shades of Lipstick #952B46

Tints of Lipstick #952B46

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.41%

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

R = 56.87%
G = 16.41%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#952B46 (or 0x952B46) is known color: Lipstick. HEX triplet: 95, 2B and 46. RGB value is (149,43,70). Sum of RGB (Red+Green+Blue) = 149+43+70=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #952B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B46 is #6AD4B9. Grayscale: #4D4D4D. Windows color (decimal): -7001274 or 4598677. OLE color: 4598677.

HSL color Cylindrical-coordinate representation of color #952B46: hue angle of 344.72º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952B46 is Cyan = 0, Magento = 0.71, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 43 70 -
CMYK 0 0.71 0.53 0.42
HSL 344.72º 0.55% 0.38% -
HSV(B) 344.72º 0.71% 0.58% -
XYZ 14.36 8.56 6.69 -
YUV 77.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 149 43 70 0 0.71 0.53 0.42 344.72 0.55 0.38
Hex 95 2B 46 0 47 35 2A 159 37 26
Octal 225 53 106 0 107 65 52 531 67 46
Binary 10010101 101011 1000110 0 1000111 110101 101010 101011001 110111 100110

Color Harmonies of #952B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B46

Black with #952B46

Text Example


Text Example

White with #952B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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