Html Css Color HEX #963150 Lipstick

📋 copy color: '#963150'

red 150 ◦ green 49 ◦ blue 80

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

Shades of Lipstick #963150

Tints of Lipstick #963150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.67%

R = 53.76%
G = 17.56%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#963150 (or 0x963150) is known color: Lipstick. HEX triplet: 96, 31 and 50. RGB value is (150,49,80). Sum of RGB (Red+Green+Blue) = 150+49+80=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #963150 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963150 is #69CEAF. Grayscale: #525252. Windows color (decimal): -6934192 or 5255574. OLE color: 5255574.

HSL color Cylindrical-coordinate representation of color #963150: hue angle of 341.58º 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 #963150 is Cyan = 0, Magento = 0.67, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 80 -
CMYK 0 0.67 0.47 0.41
HSL 341.58º 0.51% 0.39% -
HSV(B) 341.58º 0.67% 0.59% -
XYZ 15.12 9.26 8.58 -
YUV 82.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 150 49 80 0 0.67 0.47 0.41 341.58 0.51 0.39
Hex 96 31 50 0 43 2F 29 156 33 27
Octal 226 61 120 0 103 57 51 526 63 47
Binary 10010110 110001 1010000 0 1000011 101111 101001 101010110 110011 100111

Color Harmonies of #963150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963150

Black with #963150

Text Example


Text Example

White with #963150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963150; }

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

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

background-color css

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

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

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

border-color css

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

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

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