Html Css Color HEX #953369 Lipstick

📋 copy color: '#953369'

red 149 ◦ green 51 ◦ blue 105

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

Shades of Lipstick #953369

Tints of Lipstick #953369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.43%

R = 48.85%
G = 16.72%
B = 34.43%

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

#953369 (or 0x953369) is known color: Lipstick. HEX triplet: 95, 33 and 69. RGB value is (149,51,105). Sum of RGB (Red+Green+Blue) = 149+51+105=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #953369 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953369 is #6ACC96. Grayscale: #565656. Windows color (decimal): -6999191 or 6894485. OLE color: 6894485.

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

Color convert

RGB 149 51 105 -
CMYK 0 0.66 0.30 0.42
HSL 326.94º 0.49% 0.39% -
HSV(B) 326.94º 0.66% 0.58% -
XYZ 16.13 9.78 14.4 -
YUV 86.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 149 51 105 0 0.66 0.30 0.42 326.94 0.49 0.39
Hex 95 33 69 0 42 1E 2A 147 31 27
Octal 225 63 151 0 102 36 52 507 61 47
Binary 10010101 110011 1101001 0 1000010 11110 101010 101000111 110001 100111

Color Harmonies of #953369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953369

Black with #953369

Text Example


Text Example

White with #953369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953369; }

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

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

background-color css

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

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

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

border-color css

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

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

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