Html Css Color HEX #952466 Lipstick

📋 copy color: '#952466'

red 149 ◦ green 36 ◦ blue 102

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

Shades of Lipstick #952466

Tints of Lipstick #952466

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.54%

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

R = 51.92%
G = 12.54%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#952466 (or 0x952466) is known color: Lipstick. HEX triplet: 95, 24 and 66. RGB value is (149,36,102). Sum of RGB (Red+Green+Blue) = 149+36+102=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #952466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952466 is #6ADB99. Grayscale: #4D4D4D. Windows color (decimal): -7003034 or 6694037. OLE color: 6694037.

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

Color convert

RGB 149 36 102 -
CMYK 0 0.76 0.32 0.42
HSL 324.96º 0.61% 0.36% -
HSV(B) 324.96º 0.76% 0.58% -
XYZ 15.42 8.61 13.42 -
YUV 77.31 141.94 179.13 -
System Red Green Blue C M Y K H S L
Decimal 149 36 102 0 0.76 0.32 0.42 324.96 0.61 0.36
Hex 95 24 66 0 4C 20 2A 145 3D 24
Octal 225 44 146 0 114 40 52 505 75 44
Binary 10010101 100100 1100110 0 1001100 100000 101010 101000101 111101 100100

Color Harmonies of #952466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952466

Black with #952466

Text Example


Text Example

White with #952466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952466; }

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

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

background-color css

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

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

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

border-color css

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

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

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