Html Css Color HEX #953146 Lipstick

📋 copy color: '#953146'

red 149 ◦ green 49 ◦ blue 70

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

Shades of Lipstick #953146

Tints of Lipstick #953146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.28%

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

R = 55.6%
G = 18.28%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#953146 (or 0x953146) is known color: Lipstick. HEX triplet: 95, 31 and 46. RGB value is (149,49,70). Sum of RGB (Red+Green+Blue) = 149+49+70=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #953146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953146 is #6ACEB9. Grayscale: #515151. Windows color (decimal): -6999738 or 4600213. OLE color: 4600213.

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

Color convert

RGB 149 49 70 -
CMYK 0 0.67 0.53 0.42
HSL 347.4º 0.51% 0.39% -
HSV(B) 347.4º 0.67% 0.58% -
XYZ 14.6 9.03 6.77 -
YUV 81.29 121.63 176.29 -
System Red Green Blue C M Y K H S L
Decimal 149 49 70 0 0.67 0.53 0.42 347.4 0.51 0.39
Hex 95 31 46 0 43 35 2A 15B 33 27
Octal 225 61 106 0 103 65 52 533 63 47
Binary 10010101 110001 1000110 0 1000011 110101 101010 101011011 110011 100111

Color Harmonies of #953146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953146

Black with #953146

Text Example


Text Example

White with #953146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953146; }

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

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

background-color css

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

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

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

border-color css

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

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

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