Html Css Color HEX #952046 Lipstick

📋 copy color: '#952046'

red 149 ◦ green 32 ◦ blue 70

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

Shades of Lipstick #952046

Tints of Lipstick #952046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.75%

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

R = 59.36%
G = 12.75%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#952046 (or 0x952046) is known color: Lipstick. HEX triplet: 95, 20 and 46. RGB value is (149,32,70). Sum of RGB (Red+Green+Blue) = 149+32+70=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 32 (12.89% from 255 or 12.75% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #952046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952046 is #6ADFB9. Grayscale: #474747. Windows color (decimal): -7004090 or 4595861. OLE color: 4595861.

HSL color Cylindrical-coordinate representation of color #952046: hue angle of 340.51º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #952046 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 70 -
CMYK 0 0.79 0.53 0.42
HSL 340.51º 0.65% 0.35% -
HSV(B) 340.51º 0.79% 0.58% -
XYZ 14.02 7.86 6.57 -
YUV 71.32 127.26 183.41 -
System Red Green Blue C M Y K H S L
Decimal 149 32 70 0 0.79 0.53 0.42 340.51 0.65 0.35
Hex 95 20 46 0 4F 35 2A 155 41 23
Octal 225 40 106 0 117 65 52 525 101 43
Binary 10010101 100000 1000110 0 1001111 110101 101010 101010101 1000001 100011

Color Harmonies of #952046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952046

Black with #952046

Text Example


Text Example

White with #952046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952046; }

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

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

background-color css

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

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

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

border-color css

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

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

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