Html Css Color HEX #953266 Lipstick

📋 copy color: '#953266'

red 149 ◦ green 50 ◦ blue 102

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

Shades of Lipstick #953266

Tints of Lipstick #953266

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.61%

 BLUE value IS 102 (40.23% from 255) = 33.89%

R = 49.5%
G = 16.61%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#953266 (or 0x953266) is known color: Lipstick. HEX triplet: 95, 32 and 66. RGB value is (149,50,102). Sum of RGB (Red+Green+Blue) = 149+50+102=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #953266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953266 is #6ACD99. Grayscale: #555555. Windows color (decimal): -6999450 or 6697621. OLE color: 6697621.

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

Color convert

RGB 149 50 102 -
CMYK 0 0.66 0.32 0.42
HSL 328.48º 0.5% 0.39% -
HSV(B) 328.48º 0.66% 0.58% -
XYZ 15.93 9.63 13.59 -
YUV 85.53 137.3 173.27 -
System Red Green Blue C M Y K H S L
Decimal 149 50 102 0 0.66 0.32 0.42 328.48 0.5 0.39
Hex 95 32 66 0 42 20 2A 148 32 27
Octal 225 62 146 0 102 40 52 510 62 47
Binary 10010101 110010 1100110 0 1000010 100000 101010 101001000 110010 100111

Color Harmonies of #953266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953266

Black with #953266

Text Example


Text Example

White with #953266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953266; }

 p { color: rgb(149,50,102); }

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

background-color css

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

 a { background-color: rgb(149,50,102); }

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

border-color css

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

 span { border-color: rgb(149,50,102); }

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