Html Css Color HEX #95355C Lipstick

📋 copy color: '#95355C'

red 149 ◦ green 53 ◦ blue 92

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

Shades of Lipstick #95355C

Tints of Lipstick #95355C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.03%

 BLUE value IS 92 (36.33% from 255) = 31.29%

R = 50.68%
G = 18.03%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#95355C (or 0x95355C) is known color: Lipstick. HEX triplet: 95, 35 and 5C. RGB value is (149,53,92). Sum of RGB (Red+Green+Blue) = 149+53+92=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 53 (21.09% from 255 or 18.03% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #95355C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95355C is #6ACAA3. Grayscale: #565656. Windows color (decimal): -6998692 or 6043029. OLE color: 6043029.

HSL color Cylindrical-coordinate representation of color #95355C: hue angle of 335.62º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95355C is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 53 92 -
CMYK 0 0.64 0.38 0.42
HSL 335.63º 0.48% 0.4% -
HSV(B) 335.63º 0.64% 0.58% -
XYZ 15.6 9.71 11.18 -
YUV 86.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 149 53 92 0 0.64 0.38 0.42 335.63 0.48 0.4
Hex 95 35 5C 0 40 26 2A 150 30 28
Octal 225 65 134 0 100 46 52 520 60 50
Binary 10010101 110101 1011100 0 1000000 100110 101010 101010000 110000 101000

Color Harmonies of #95355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95355C

Black with #95355C

Text Example


Text Example

White with #95355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95355C; }

 p { color: rgb(149,53,92); }

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

background-color css

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

 a { background-color: rgb(149,53,92); }

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

border-color css

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

 span { border-color: rgb(149,53,92); }

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