Html Css Color HEX #963146 Lipstick

📋 copy color: '#963146'

red 150 ◦ green 49 ◦ blue 70

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

Shades of Lipstick #963146

Tints of Lipstick #963146

RGB

 RED value IS 150 (58.98% from 255) = 55.76%

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

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

R = 55.76%
G = 18.22%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#963146 (or 0x963146) is known color: Lipstick. HEX triplet: 96, 31 and 46. RGB value is (150,49,70). Sum of RGB (Red+Green+Blue) = 150+49+70=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #963146 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963146 is #69CEB9. Grayscale: #515151. Windows color (decimal): -6934202 or 4600214. OLE color: 4600214.

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

Color convert

RGB 150 49 70 -
CMYK 0 0.67 0.53 0.41
HSL 347.52º 0.51% 0.39% -
HSV(B) 347.52º 0.67% 0.59% -
XYZ 14.78 9.12 6.78 -
YUV 81.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 150 49 70 0 0.67 0.53 0.41 347.52 0.51 0.39
Hex 96 31 46 0 43 35 29 15C 33 27
Octal 226 61 106 0 103 65 51 534 63 47
Binary 10010110 110001 1000110 0 1000011 110101 101001 101011100 110011 100111

Color Harmonies of #963146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963146

Black with #963146

Text Example


Text Example

White with #963146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963146; }

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

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

background-color css

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

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

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

border-color css

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

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

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