Html Css Color HEX #95355D Lipstick

📋 copy color: '#95355D'

red 149 ◦ green 53 ◦ blue 93

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

Shades of Lipstick #95355D

Tints of Lipstick #95355D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 50.51%
G = 17.97%
B = 31.53%

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

#95355D (or 0x95355D) is known color: Lipstick. HEX triplet: 95, 35 and 5D. RGB value is (149,53,93). Sum of RGB (Red+Green+Blue) = 149+53+93=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95355D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95355D is #6ACAA2. Grayscale: #565656. Windows color (decimal): -6998691 or 6108565. OLE color: 6108565.

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

Color convert

RGB 149 53 93 -
CMYK 0 0.64 0.38 0.42
HSL 335º 0.48% 0.4% -
HSV(B) 335º 0.64% 0.58% -
XYZ 15.64 9.73 11.41 -
YUV 86.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 149 53 93 0 0.64 0.38 0.42 335 0.48 0.4
Hex 95 35 5D 0 40 26 2A 14F 30 28
Octal 225 65 135 0 100 46 52 517 60 50
Binary 10010101 110101 1011101 0 1000000 100110 101010 101001111 110000 101000

Color Harmonies of #95355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95355D

Black with #95355D

Text Example


Text Example

White with #95355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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