Html Css Color HEX #952655 Lipstick

📋 copy color: '#952655'

red 149 ◦ green 38 ◦ blue 85

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

Shades of Lipstick #952655

Tints of Lipstick #952655

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.97%

 BLUE value IS 85 (33.59% from 255) = 31.25%

R = 54.78%
G = 13.97%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#952655 (or 0x952655) is known color: Lipstick. HEX triplet: 95, 26 and 55. RGB value is (149,38,85). Sum of RGB (Red+Green+Blue) = 149+38+85=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #952655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952655 is #6AD9AA. Grayscale: #4C4C4C. Windows color (decimal): -7002539 or 5580437. OLE color: 5580437.

HSL color Cylindrical-coordinate representation of color #952655: hue angle of 334.59º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #952655 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 38 85 -
CMYK 0 0.74 0.43 0.42
HSL 334.59º 0.59% 0.37% -
HSV(B) 334.59º 0.74% 0.58% -
XYZ 14.73 8.43 9.45 -
YUV 76.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 149 38 85 0 0.74 0.43 0.42 334.59 0.59 0.37
Hex 95 26 55 0 4A 2B 2A 14F 3B 25
Octal 225 46 125 0 112 53 52 517 73 45
Binary 10010101 100110 1010101 0 1001010 101011 101010 101001111 111011 100101

Color Harmonies of #952655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952655

Black with #952655

Text Example


Text Example

White with #952655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952655; }

 p { color: rgb(149,38,85); }

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

background-color css

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

 a { background-color: rgb(149,38,85); }

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

border-color css

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

 span { border-color: rgb(149,38,85); }

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