Html Css Color HEX #953463 Lipstick

📋 copy color: '#953463'

red 149 ◦ green 52 ◦ blue 99

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

Shades of Lipstick #953463

Tints of Lipstick #953463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33%

R = 49.67%
G = 17.33%
B = 33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#953463 (or 0x953463) is known color: Lipstick. HEX triplet: 95, 34 and 63. RGB value is (149,52,99). Sum of RGB (Red+Green+Blue) = 149+52+99=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #953463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953463 is #6ACB9C. Grayscale: #565656. Windows color (decimal): -6998941 or 6501525. OLE color: 6501525.

HSL color Cylindrical-coordinate representation of color #953463: hue angle of 330.93º 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 #953463 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 52 99 -
CMYK 0 0.65 0.34 0.42
HSL 330.93º 0.48% 0.39% -
HSV(B) 330.93º 0.65% 0.58% -
XYZ 15.87 9.75 12.85 -
YUV 86.36 135.14 172.68 -
System Red Green Blue C M Y K H S L
Decimal 149 52 99 0 0.65 0.34 0.42 330.93 0.48 0.39
Hex 95 34 63 0 41 22 2A 14B 30 27
Octal 225 64 143 0 101 42 52 513 60 47
Binary 10010101 110100 1100011 0 1000001 100010 101010 101001011 110000 100111

Color Harmonies of #953463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953463

Black with #953463

Text Example


Text Example

White with #953463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953463; }

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

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

background-color css

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

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

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

border-color css

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

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

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