Html Css Color HEX #952B59 Lipstick

📋 copy color: '#952B59'

red 149 ◦ green 43 ◦ blue 89

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

Shades of Lipstick #952B59

Tints of Lipstick #952B59

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.3%

 BLUE value IS 89 (35.16% from 255) = 31.67%

R = 53.02%
G = 15.3%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#952B59 (or 0x952B59) is known color: Lipstick. HEX triplet: 95, 2B and 59. RGB value is (149,43,89). Sum of RGB (Red+Green+Blue) = 149+43+89=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #952B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952B59 is #6AD4A6. Grayscale: #4F4F4F. Windows color (decimal): -7001255 or 5843861. OLE color: 5843861.

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

Color convert

RGB 149 43 89 -
CMYK 0 0.71 0.40 0.42
HSL 333.96º 0.55% 0.38% -
HSV(B) 333.96º 0.71% 0.58% -
XYZ 15.06 8.84 10.36 -
YUV 79.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 149 43 89 0 0.71 0.40 0.42 333.96 0.55 0.38
Hex 95 2B 59 0 47 28 2A 14E 37 26
Octal 225 53 131 0 107 50 52 516 67 46
Binary 10010101 101011 1011001 0 1000111 101000 101010 101001110 110111 100110

Color Harmonies of #952B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B59

Black with #952B59

Text Example


Text Example

White with #952B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,43,89); }

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

background-color css

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

 a { background-color: rgb(149,43,89); }

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

border-color css

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

 span { border-color: rgb(149,43,89); }

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