Html Css Color HEX #952556 Lipstick

📋 copy color: '#952556'

red 149 ◦ green 37 ◦ blue 86

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

Shades of Lipstick #952556

Tints of Lipstick #952556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 31.62%

R = 54.78%
G = 13.6%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#952556 (or 0x952556) is known color: Lipstick. HEX triplet: 95, 25 and 56. RGB value is (149,37,86). Sum of RGB (Red+Green+Blue) = 149+37+86=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 37 (14.84% from 255 or 13.60% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #952556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952556 is #6ADAA9. Grayscale: #4B4B4B. Windows color (decimal): -7002794 or 5645717. OLE color: 5645717.

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

Color convert

RGB 149 37 86 -
CMYK 0 0.75 0.42 0.42
HSL 333.75º 0.6% 0.36% -
HSV(B) 333.75º 0.75% 0.58% -
XYZ 14.74 8.38 9.65 -
YUV 76.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 149 37 86 0 0.75 0.42 0.42 333.75 0.6 0.36
Hex 95 25 56 0 4B 2A 2A 14E 3C 24
Octal 225 45 126 0 113 52 52 516 74 44
Binary 10010101 100101 1010110 0 1001011 101010 101010 101001110 111100 100100

Color Harmonies of #952556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952556

Black with #952556

Text Example


Text Example

White with #952556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952556; }

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

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

background-color css

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

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

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

border-color css

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

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

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