Html Css Color HEX #952463 Lipstick

📋 copy color: '#952463'

red 149 ◦ green 36 ◦ blue 99

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

Shades of Lipstick #952463

Tints of Lipstick #952463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.86%

R = 52.46%
G = 12.68%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#952463 (or 0x952463) is known color: Lipstick. HEX triplet: 95, 24 and 63. RGB value is (149,36,99). Sum of RGB (Red+Green+Blue) = 149+36+99=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #952463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952463 is #6ADB9C. Grayscale: #4C4C4C. Windows color (decimal): -7003037 or 6497429. OLE color: 6497429.

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

Color convert

RGB 149 36 99 -
CMYK 0 0.76 0.34 0.42
HSL 326.55º 0.61% 0.36% -
HSV(B) 326.55º 0.76% 0.58% -
XYZ 15.28 8.55 12.65 -
YUV 76.97 140.44 179.38 -
System Red Green Blue C M Y K H S L
Decimal 149 36 99 0 0.76 0.34 0.42 326.55 0.61 0.36
Hex 95 24 63 0 4C 22 2A 147 3D 24
Octal 225 44 143 0 114 42 52 507 75 44
Binary 10010101 100100 1100011 0 1001100 100010 101010 101000111 111101 100100

Color Harmonies of #952463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952463

Black with #952463

Text Example


Text Example

White with #952463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952463; }

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

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

background-color css

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

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

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

border-color css

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

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

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