Html Css Color HEX #953056 Lipstick

📋 copy color: '#953056'

red 149 ◦ green 48 ◦ blue 86

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

Shades of Lipstick #953056

Tints of Lipstick #953056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.39%

R = 52.65%
G = 16.96%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#953056 (or 0x953056) is known color: Lipstick. HEX triplet: 95, 30 and 56. RGB value is (149,48,86). Sum of RGB (Red+Green+Blue) = 149+48+86=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 48 (19.14% from 255 or 16.96% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #953056 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953056 is #6ACFA9. Grayscale: #525252. Windows color (decimal): -6999978 or 5648533. OLE color: 5648533.

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

Color convert

RGB 149 48 86 -
CMYK 0 0.68 0.42 0.42
HSL 337.43º 0.51% 0.39% -
HSV(B) 337.43º 0.68% 0.58% -
XYZ 15.13 9.18 9.78 -
YUV 82.53 129.96 175.41 -
System Red Green Blue C M Y K H S L
Decimal 149 48 86 0 0.68 0.42 0.42 337.43 0.51 0.39
Hex 95 30 56 0 44 2A 2A 151 33 27
Octal 225 60 126 0 104 52 52 521 63 47
Binary 10010101 110000 1010110 0 1000100 101010 101010 101010001 110011 100111

Color Harmonies of #953056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953056

Black with #953056

Text Example


Text Example

White with #953056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953056; }

 p { color: rgb(149,48,86); }

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

background-color css

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

 a { background-color: rgb(149,48,86); }

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

border-color css

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

 span { border-color: rgb(149,48,86); }

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