Html Css Color HEX #953A5B Lipstick

📋 copy color: '#953A5B'

red 149 ◦ green 58 ◦ blue 91

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

Shades of Lipstick #953A5B

Tints of Lipstick #953A5B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.46%

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

R = 50%
G = 19.46%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#953A5B (or 0x953A5B) is known color: Lipstick. HEX triplet: 95, 3A and 5B. RGB value is (149,58,91). Sum of RGB (Red+Green+Blue) = 149+58+91=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #953A5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A5B is #6AC5A4. Grayscale: #585858. Windows color (decimal): -6997413 or 5978773. OLE color: 5978773.

HSL color Cylindrical-coordinate representation of color #953A5B: hue angle of 338.24º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A5B is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 91 -
CMYK 0 0.61 0.39 0.42
HSL 338.24º 0.44% 0.41% -
HSV(B) 338.24º 0.61% 0.58% -
XYZ 15.8 10.17 11.03 -
YUV 88.97 129.15 170.82 -
System Red Green Blue C M Y K H S L
Decimal 149 58 91 0 0.61 0.39 0.42 338.24 0.44 0.41
Hex 95 3A 5B 0 3D 27 2A 152 2C 29
Octal 225 72 133 0 75 47 52 522 54 51
Binary 10010101 111010 1011011 0 111101 100111 101010 101010010 101100 101001

Color Harmonies of #953A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A5B

Black with #953A5B

Text Example


Text Example

White with #953A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A5B; }

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

 H1.HeaderClassName
 {
   color: #953A5B;
 }
 .AnyTagClassName
 {
   color: #953A5B;
 }
</style>

background-color css

<style>
 a { background-color: #953A5B; }

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

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

border-color css

<style>
 span { border-color: #953A5B; }

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

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