Html Css Color HEX #95355E Lipstick

📋 copy color: '#95355E'

red 149 ◦ green 53 ◦ blue 94

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

Shades of Lipstick #95355E

Tints of Lipstick #95355E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 50.34%
G = 17.91%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95355E (or 0x95355E) is known color: Lipstick. HEX triplet: 95, 35 and 5E. RGB value is (149,53,94). Sum of RGB (Red+Green+Blue) = 149+53+94=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95355E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95355E is #6ACAA1. Grayscale: #565656. Windows color (decimal): -6998690 or 6174101. OLE color: 6174101.

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

Color convert

RGB 149 53 94 -
CMYK 0 0.64 0.37 0.42
HSL 334.38º 0.48% 0.4% -
HSV(B) 334.38º 0.64% 0.58% -
XYZ 15.69 9.74 11.64 -
YUV 86.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 149 53 94 0 0.64 0.37 0.42 334.38 0.48 0.4
Hex 95 35 5E 0 40 25 2A 14E 30 28
Octal 225 65 136 0 100 45 52 516 60 50
Binary 10010101 110101 1011110 0 1000000 100101 101010 101001110 110000 101000

Color Harmonies of #95355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95355E

Black with #95355E

Text Example


Text Example

White with #95355E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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