Html Css Color HEX #95356B Lipstick

📋 copy color: '#95356B'

red 149 ◦ green 53 ◦ blue 107

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

Shades of Lipstick #95356B

Tints of Lipstick #95356B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 48.22%
G = 17.15%
B = 34.63%

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

#95356B (or 0x95356B) is known color: Lipstick. HEX triplet: 95, 35 and 6B. RGB value is (149,53,107). Sum of RGB (Red+Green+Blue) = 149+53+107=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95356B is #6ACA94. Grayscale: #575757. Windows color (decimal): -6998677 or 7026069. OLE color: 7026069.

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

Color convert

RGB 149 53 107 -
CMYK 0 0.64 0.28 0.42
HSL 326.25º 0.48% 0.4% -
HSV(B) 326.25º 0.64% 0.58% -
XYZ 16.32 10 14.98 -
YUV 87.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 149 53 107 0 0.64 0.28 0.42 326.25 0.48 0.4
Hex 95 35 6B 0 40 1C 2A 146 30 28
Octal 225 65 153 0 100 34 52 506 60 50
Binary 10010101 110101 1101011 0 1000000 11100 101010 101000110 110000 101000

Color Harmonies of #95356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95356B

Black with #95356B

Text Example


Text Example

White with #95356B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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