Html Css Color HEX #95356D Lipstick

📋 copy color: '#95356D'

red 149 ◦ green 53 ◦ blue 109

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

Shades of Lipstick #95356D

Tints of Lipstick #95356D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.05%

R = 47.91%
G = 17.04%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95356D (or 0x95356D) is known color: Lipstick. HEX triplet: 95, 35 and 6D. RGB value is (149,53,109). Sum of RGB (Red+Green+Blue) = 149+53+109=311 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.91% from 311); Green value is 53 (21.09% from 255 or 17.04% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 149 - color contains mainly: red. Hex color #95356D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95356D is #6ACA92. Grayscale: #575757. Windows color (decimal): -6998675 or 7157141. OLE color: 7157141.

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

Color convert

RGB 149 53 109 -
CMYK 0 0.64 0.27 0.42
HSL 325º 0.48% 0.4% -
HSV(B) 325º 0.64% 0.58% -
XYZ 16.43 10.04 15.54 -
YUV 88.09 139.8 171.45 -
System Red Green Blue C M Y K H S L
Decimal 149 53 109 0 0.64 0.27 0.42 325 0.48 0.4
Hex 95 35 6D 0 40 1B 2A 145 30 28
Octal 225 65 155 0 100 33 52 505 60 50
Binary 10010101 110101 1101101 0 1000000 11011 101010 101000101 110000 101000

Color Harmonies of #95356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95356D

Black with #95356D

Text Example


Text Example

White with #95356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95356D; }

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

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

background-color css

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

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

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

border-color css

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

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

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