Html Css Color HEX #963055 Lipstick

📋 copy color: '#963055'

red 150 ◦ green 48 ◦ blue 85

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

Shades of Lipstick #963055

Tints of Lipstick #963055

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.96%

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

R = 53%
G = 16.96%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#963055 (or 0x963055) is known color: Lipstick. HEX triplet: 96, 30 and 55. RGB value is (150,48,85). Sum of RGB (Red+Green+Blue) = 150+48+85=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #963055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963055 is #69CFAA. Grayscale: #525252. Windows color (decimal): -6934443 or 5582998. OLE color: 5582998.

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

Color convert

RGB 150 48 85 -
CMYK 0 0.68 0.43 0.41
HSL 338.24º 0.52% 0.39% -
HSV(B) 338.24º 0.68% 0.59% -
XYZ 15.27 9.25 9.58 -
YUV 82.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 150 48 85 0 0.68 0.43 0.41 338.24 0.52 0.39
Hex 96 30 55 0 44 2B 29 152 34 27
Octal 226 60 125 0 104 53 51 522 64 47
Binary 10010110 110000 1010101 0 1000100 101011 101001 101010010 110100 100111

Color Harmonies of #963055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963055

Black with #963055

Text Example


Text Example

White with #963055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963055; }

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

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

background-color css

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

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

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

border-color css

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

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

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