Html Css Color HEX #953050 Lipstick

📋 copy color: '#953050'

red 149 ◦ green 48 ◦ blue 80

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

Shades of Lipstick #953050

Tints of Lipstick #953050

RGB

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

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

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

R = 53.79%
G = 17.33%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#953050 (or 0x953050) is known color: Lipstick. HEX triplet: 95, 30 and 50. RGB value is (149,48,80). Sum of RGB (Red+Green+Blue) = 149+48+80=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #953050 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953050 is #6ACFAF. Grayscale: #515151. Windows color (decimal): -6999984 or 5255317. OLE color: 5255317.

HSL color Cylindrical-coordinate representation of color #953050: hue angle of 340.99º 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 #953050 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 48 80 -
CMYK 0 0.68 0.46 0.42
HSL 340.99º 0.51% 0.39% -
HSV(B) 340.99º 0.68% 0.58% -
XYZ 14.9 9.08 8.56 -
YUV 81.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 149 48 80 0 0.68 0.46 0.42 340.99 0.51 0.39
Hex 95 30 50 0 44 2E 2A 155 33 27
Octal 225 60 120 0 104 56 52 525 63 47
Binary 10010101 110000 1010000 0 1000100 101110 101010 101010101 110011 100111

Color Harmonies of #953050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953050

Black with #953050

Text Example


Text Example

White with #953050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953050; }

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

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

background-color css

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

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

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

border-color css

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

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

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