Html Css Color HEX #953265 Lipstick

📋 copy color: '#953265'

red 149 ◦ green 50 ◦ blue 101

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

Shades of Lipstick #953265

Tints of Lipstick #953265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.67%

R = 49.67%
G = 16.67%
B = 33.67%

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

#953265 (or 0x953265) is known color: Lipstick. HEX triplet: 95, 32 and 65. RGB value is (149,50,101). Sum of RGB (Red+Green+Blue) = 149+50+101=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #953265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953265 is #6ACD9A. Grayscale: #555555. Windows color (decimal): -6999451 or 6632085. OLE color: 6632085.

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

Color convert

RGB 149 50 101 -
CMYK 0 0.66 0.32 0.42
HSL 329.09º 0.5% 0.39% -
HSV(B) 329.09º 0.66% 0.58% -
XYZ 15.88 9.61 13.33 -
YUV 85.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 149 50 101 0 0.66 0.32 0.42 329.09 0.5 0.39
Hex 95 32 65 0 42 20 2A 149 32 27
Octal 225 62 145 0 102 40 52 511 62 47
Binary 10010101 110010 1100101 0 1000010 100000 101010 101001001 110010 100111

Color Harmonies of #953265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953265

Black with #953265

Text Example


Text Example

White with #953265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953265; }

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

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

background-color css

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

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

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

border-color css

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

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

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