Html Css Color HEX #953368 Lipstick

📋 copy color: '#953368'

red 149 ◦ green 51 ◦ blue 104

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

Shades of Lipstick #953368

Tints of Lipstick #953368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.21%

R = 49.01%
G = 16.78%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#953368 (or 0x953368) is known color: Lipstick. HEX triplet: 95, 33 and 68. RGB value is (149,51,104). Sum of RGB (Red+Green+Blue) = 149+51+104=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 104 (41.02% from 255 or 34.21% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #953368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953368 is #6ACC97. Grayscale: #565656. Windows color (decimal): -6999192 or 6828949. OLE color: 6828949.

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

Color convert

RGB 149 51 104 -
CMYK 0 0.66 0.30 0.42
HSL 327.55º 0.49% 0.39% -
HSV(B) 327.55º 0.66% 0.58% -
XYZ 16.08 9.76 14.13 -
YUV 86.34 137.97 172.69 -
System Red Green Blue C M Y K H S L
Decimal 149 51 104 0 0.66 0.30 0.42 327.55 0.49 0.39
Hex 95 33 68 0 42 1E 2A 148 31 27
Octal 225 63 150 0 102 36 52 510 61 47
Binary 10010101 110011 1101000 0 1000010 11110 101010 101001000 110001 100111

Color Harmonies of #953368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953368

Black with #953368

Text Example


Text Example

White with #953368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953368; }

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

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

background-color css

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

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

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

border-color css

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

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

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