Html Css Color HEX #952E5D Lipstick

📋 copy color: '#952E5D'

red 149 ◦ green 46 ◦ blue 93

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

Shades of Lipstick #952E5D

Tints of Lipstick #952E5D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.97%

 BLUE value IS 93 (36.72% from 255) = 32.29%

R = 51.74%
G = 15.97%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#952E5D (or 0x952E5D) is known color: Lipstick. HEX triplet: 95, 2E and 5D. RGB value is (149,46,93). Sum of RGB (Red+Green+Blue) = 149+46+93=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #952E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952E5D is #6AD1A2. Grayscale: #525252. Windows color (decimal): -7000483 or 6106773. OLE color: 6106773.

HSL color Cylindrical-coordinate representation of color #952E5D: hue angle of 332.62º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E5D is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 46 93 -
CMYK 0 0.69 0.38 0.42
HSL 332.62º 0.53% 0.38% -
HSV(B) 332.62º 0.69% 0.58% -
XYZ 15.35 9.13 11.31 -
YUV 82.16 134.12 175.68 -
System Red Green Blue C M Y K H S L
Decimal 149 46 93 0 0.69 0.38 0.42 332.62 0.53 0.38
Hex 95 2E 5D 0 45 26 2A 14D 35 26
Octal 225 56 135 0 105 46 52 515 65 46
Binary 10010101 101110 1011101 0 1000101 100110 101010 101001101 110101 100110

Color Harmonies of #952E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E5D

Black with #952E5D

Text Example


Text Example

White with #952E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952E5D; }

 p { color: rgb(149,46,93); }

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

background-color css

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

 a { background-color: rgb(149,46,93); }

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

border-color css

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

 span { border-color: rgb(149,46,93); }

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