Html Css Color HEX #953264 Lipstick

📋 copy color: '#953264'

red 149 ◦ green 50 ◦ blue 100

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

Shades of Lipstick #953264

Tints of Lipstick #953264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 49.83%
G = 16.72%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#953264 (or 0x953264) is known color: Lipstick. HEX triplet: 95, 32 and 64. RGB value is (149,50,100). Sum of RGB (Red+Green+Blue) = 149+50+100=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #953264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953264 is #6ACD9B. Grayscale: #555555. Windows color (decimal): -6999452 or 6566549. OLE color: 6566549.

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

Color convert

RGB 149 50 100 -
CMYK 0 0.66 0.33 0.42
HSL 329.7º 0.5% 0.39% -
HSV(B) 329.7º 0.66% 0.58% -
XYZ 15.84 9.59 13.07 -
YUV 85.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 149 50 100 0 0.66 0.33 0.42 329.7 0.5 0.39
Hex 95 32 64 0 42 21 2A 14A 32 27
Octal 225 62 144 0 102 41 52 512 62 47
Binary 10010101 110010 1100100 0 1000010 100001 101010 101001010 110010 100111

Color Harmonies of #953264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953264

Black with #953264

Text Example


Text Example

White with #953264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953264; }

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

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

background-color css

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

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

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

border-color css

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

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

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