Html Css Color HEX #953A5A Lipstick

📋 copy color: '#953A5A'

red 149 ◦ green 58 ◦ blue 90

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

Shades of Lipstick #953A5A

Tints of Lipstick #953A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.3%

R = 50.17%
G = 19.53%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#953A5A (or 0x953A5A) is known color: Lipstick. HEX triplet: 95, 3A and 5A. RGB value is (149,58,90). Sum of RGB (Red+Green+Blue) = 149+58+90=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 58 (23.05% from 255 or 19.53% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #953A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953A5A is #6AC5A5. Grayscale: #585858. Windows color (decimal): -6997414 or 5913237. OLE color: 5913237.

HSL color Cylindrical-coordinate representation of color #953A5A: hue angle of 338.9º 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 #953A5A is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 90 -
CMYK 0 0.61 0.40 0.42
HSL 338.9º 0.44% 0.41% -
HSV(B) 338.9º 0.61% 0.58% -
XYZ 15.75 10.15 10.8 -
YUV 88.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 149 58 90 0 0.61 0.40 0.42 338.9 0.44 0.41
Hex 95 3A 5A 0 3D 28 2A 153 2C 29
Octal 225 72 132 0 75 50 52 523 54 51
Binary 10010101 111010 1011010 0 111101 101000 101010 101010011 101100 101001

Color Harmonies of #953A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A5A

Black with #953A5A

Text Example


Text Example

White with #953A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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