Html Css Color HEX #963155 Lipstick

📋 copy color: '#963155'

red 150 ◦ green 49 ◦ blue 85

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

Shades of Lipstick #963155

Tints of Lipstick #963155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.93%

R = 52.82%
G = 17.25%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#963155 (or 0x963155) is known color: Lipstick. HEX triplet: 96, 31 and 55. RGB value is (150,49,85). Sum of RGB (Red+Green+Blue) = 150+49+85=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #963155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963155 is #69CEAA. Grayscale: #535353. Windows color (decimal): -6934187 or 5583254. OLE color: 5583254.

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

Color convert

RGB 150 49 85 -
CMYK 0 0.67 0.43 0.41
HSL 338.61º 0.51% 0.39% -
HSV(B) 338.61º 0.67% 0.59% -
XYZ 15.32 9.34 9.59 -
YUV 83.3 128.96 175.57 -
System Red Green Blue C M Y K H S L
Decimal 150 49 85 0 0.67 0.43 0.41 338.61 0.51 0.39
Hex 96 31 55 0 43 2B 29 153 33 27
Octal 226 61 125 0 103 53 51 523 63 47
Binary 10010110 110001 1010101 0 1000011 101011 101001 101010011 110011 100111

Color Harmonies of #963155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963155

Black with #963155

Text Example


Text Example

White with #963155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963155; }

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

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

background-color css

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

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

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

border-color css

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

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

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