Html Css Color HEX #95355B Lipstick

📋 copy color: '#95355B'

red 149 ◦ green 53 ◦ blue 91

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

Shades of Lipstick #95355B

Tints of Lipstick #95355B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.06%

R = 50.85%
G = 18.09%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#95355B (or 0x95355B) is known color: Lipstick. HEX triplet: 95, 35 and 5B. RGB value is (149,53,91). Sum of RGB (Red+Green+Blue) = 149+53+91=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #95355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95355B is #6ACAA4. Grayscale: #555555. Windows color (decimal): -6998693 or 5977493. OLE color: 5977493.

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

Color convert

RGB 149 53 91 -
CMYK 0 0.64 0.39 0.42
HSL 336.25º 0.48% 0.4% -
HSV(B) 336.25º 0.64% 0.58% -
XYZ 15.56 9.69 10.95 -
YUV 86.04 130.8 172.91 -
System Red Green Blue C M Y K H S L
Decimal 149 53 91 0 0.64 0.39 0.42 336.25 0.48 0.4
Hex 95 35 5B 0 40 27 2A 150 30 28
Octal 225 65 133 0 100 47 52 520 60 50
Binary 10010101 110101 1011011 0 1000000 100111 101010 101010000 110000 101000

Color Harmonies of #95355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95355B

Black with #95355B

Text Example


Text Example

White with #95355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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