Html Css Color HEX #953762 Lipstick

📋 copy color: '#953762'

red 149 ◦ green 55 ◦ blue 98

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

Shades of Lipstick #953762

Tints of Lipstick #953762

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.21%

 BLUE value IS 98 (38.67% from 255) = 32.45%

R = 49.34%
G = 18.21%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#953762 (or 0x953762) is known color: Lipstick. HEX triplet: 95, 37 and 62. RGB value is (149,55,98). Sum of RGB (Red+Green+Blue) = 149+55+98=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #953762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953762 is #6AC89D. Grayscale: #575757. Windows color (decimal): -6998174 or 6436757. OLE color: 6436757.

HSL color Cylindrical-coordinate representation of color #953762: hue angle of 332.55º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953762 is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 98 -
CMYK 0 0.63 0.34 0.42
HSL 332.55º 0.46% 0.4% -
HSV(B) 332.55º 0.63% 0.58% -
XYZ 15.97 10 12.64 -
YUV 88.01 133.64 171.5 -
System Red Green Blue C M Y K H S L
Decimal 149 55 98 0 0.63 0.34 0.42 332.55 0.46 0.4
Hex 95 37 62 0 3F 22 2A 14D 2E 28
Octal 225 67 142 0 77 42 52 515 56 50
Binary 10010101 110111 1100010 0 111111 100010 101010 101001101 101110 101000

Color Harmonies of #953762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953762

Black with #953762

Text Example


Text Example

White with #953762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953762; }

 p { color: rgb(149,55,98); }

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

background-color css

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

 a { background-color: rgb(149,55,98); }

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

border-color css

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

 span { border-color: rgb(149,55,98); }

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