Html Css Color HEX #952846 Lipstick

📋 copy color: '#952846'

red 149 ◦ green 40 ◦ blue 70

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

Shades of Lipstick #952846

Tints of Lipstick #952846

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.44%

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

R = 57.53%
G = 15.44%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#952846 (or 0x952846) is known color: Lipstick. HEX triplet: 95, 28 and 46. RGB value is (149,40,70). Sum of RGB (Red+Green+Blue) = 149+40+70=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #952846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952846 is #6AD7B9. Grayscale: #4C4C4C. Windows color (decimal): -7002042 or 4597909. OLE color: 4597909.

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

Color convert

RGB 149 40 70 -
CMYK 0 0.73 0.53 0.42
HSL 343.49º 0.58% 0.37% -
HSV(B) 343.49º 0.73% 0.58% -
XYZ 14.26 8.35 6.65 -
YUV 76.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 149 40 70 0 0.73 0.53 0.42 343.49 0.58 0.37
Hex 95 28 46 0 49 35 2A 157 3A 25
Octal 225 50 106 0 111 65 52 527 72 45
Binary 10010101 101000 1000110 0 1001001 110101 101010 101010111 111010 100101

Color Harmonies of #952846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952846

Black with #952846

Text Example


Text Example

White with #952846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952846; }

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

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

background-color css

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

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

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

border-color css

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

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

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