Html Css Color HEX #952558 Lipstick

📋 copy color: '#952558'

red 149 ◦ green 37 ◦ blue 88

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

Shades of Lipstick #952558

Tints of Lipstick #952558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.5%

 BLUE value IS 88 (34.77% from 255) = 32.12%

R = 54.38%
G = 13.5%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#952558 (or 0x952558) is known color: Lipstick. HEX triplet: 95, 25 and 58. RGB value is (149,37,88). Sum of RGB (Red+Green+Blue) = 149+37+88=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #952558 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952558 is #6ADAA7. Grayscale: #4C4C4C. Windows color (decimal): -7002792 or 5776789. OLE color: 5776789.

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

Color convert

RGB 149 37 88 -
CMYK 0 0.75 0.41 0.42
HSL 332.68º 0.6% 0.36% -
HSV(B) 332.68º 0.75% 0.58% -
XYZ 14.82 8.42 10.08 -
YUV 76.3 134.61 179.85 -
System Red Green Blue C M Y K H S L
Decimal 149 37 88 0 0.75 0.41 0.42 332.68 0.6 0.36
Hex 95 25 58 0 4B 29 2A 14D 3C 24
Octal 225 45 130 0 113 51 52 515 74 44
Binary 10010101 100101 1011000 0 1001011 101001 101010 101001101 111100 100100

Color Harmonies of #952558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952558

Black with #952558

Text Example


Text Example

White with #952558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952558; }

 p { color: rgb(149,37,88); }

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

background-color css

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

 a { background-color: rgb(149,37,88); }

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

border-color css

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

 span { border-color: rgb(149,37,88); }

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