Html Css Color HEX #953364 Lipstick

📋 copy color: '#953364'

red 149 ◦ green 51 ◦ blue 100

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

Shades of Lipstick #953364

Tints of Lipstick #953364

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17%

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

R = 49.67%
G = 17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#953364 (or 0x953364) is known color: Lipstick. HEX triplet: 95, 33 and 64. RGB value is (149,51,100). Sum of RGB (Red+Green+Blue) = 149+51+100=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #953364 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953364 is #6ACC9B. Grayscale: #555555. Windows color (decimal): -6999196 or 6566805. OLE color: 6566805.

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

Color convert

RGB 149 51 100 -
CMYK 0 0.66 0.33 0.42
HSL 330º 0.49% 0.39% -
HSV(B) 330º 0.66% 0.58% -
XYZ 15.88 9.68 13.09 -
YUV 85.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 149 51 100 0 0.66 0.33 0.42 330 0.49 0.39
Hex 95 33 64 0 42 21 2A 14A 31 27
Octal 225 63 144 0 102 41 52 512 61 47
Binary 10010101 110011 1100100 0 1000010 100001 101010 101001010 110001 100111

Color Harmonies of #953364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953364

Black with #953364

Text Example


Text Example

White with #953364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953364; }

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

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

background-color css

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

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

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

border-color css

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

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

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