Html Css Color HEX #95356C Lipstick

📋 copy color: '#95356C'

red 149 ◦ green 53 ◦ blue 108

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

Shades of Lipstick #95356C

Tints of Lipstick #95356C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 48.06%
G = 17.1%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95356C (or 0x95356C) is known color: Lipstick. HEX triplet: 95, 35 and 6C. RGB value is (149,53,108). Sum of RGB (Red+Green+Blue) = 149+53+108=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95356C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95356C is #6ACA93. Grayscale: #575757. Windows color (decimal): -6998676 or 7091605. OLE color: 7091605.

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

Color convert

RGB 149 53 108 -
CMYK 0 0.64 0.28 0.42
HSL 325.63º 0.48% 0.4% -
HSV(B) 325.63º 0.64% 0.58% -
XYZ 16.37 10.02 15.26 -
YUV 87.97 139.3 171.53 -
System Red Green Blue C M Y K H S L
Decimal 149 53 108 0 0.64 0.28 0.42 325.63 0.48 0.4
Hex 95 35 6C 0 40 1C 2A 146 30 28
Octal 225 65 154 0 100 34 52 506 60 50
Binary 10010101 110101 1101100 0 1000000 11100 101010 101000110 110000 101000

Color Harmonies of #95356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95356C

Black with #95356C

Text Example


Text Example

White with #95356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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