Html Css Color HEX #953464 Lipstick

📋 copy color: '#953464'

red 149 ◦ green 52 ◦ blue 100

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

Shades of Lipstick #953464

Tints of Lipstick #953464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.28%

 BLUE value IS 100 (39.45% from 255) = 33.22%

R = 49.5%
G = 17.28%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#953464 (or 0x953464) is known color: Lipstick. HEX triplet: 95, 34 and 64. RGB value is (149,52,100). Sum of RGB (Red+Green+Blue) = 149+52+100=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #953464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953464 is #6ACB9B. Grayscale: #565656. Windows color (decimal): -6998940 or 6567061. OLE color: 6567061.

HSL color Cylindrical-coordinate representation of color #953464: hue angle of 330.31º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953464 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 52 100 -
CMYK 0 0.65 0.33 0.42
HSL 330.31º 0.48% 0.39% -
HSV(B) 330.31º 0.65% 0.58% -
XYZ 15.92 9.77 13.1 -
YUV 86.48 135.64 172.6 -
System Red Green Blue C M Y K H S L
Decimal 149 52 100 0 0.65 0.33 0.42 330.31 0.48 0.39
Hex 95 34 64 0 41 21 2A 14A 30 27
Octal 225 64 144 0 101 41 52 512 60 47
Binary 10010101 110100 1100100 0 1000001 100001 101010 101001010 110000 100111

Color Harmonies of #953464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953464

Black with #953464

Text Example


Text Example

White with #953464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953464; }

 p { color: rgb(149,52,100); }

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

background-color css

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

 a { background-color: rgb(149,52,100); }

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

border-color css

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

 span { border-color: rgb(149,52,100); }

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