Html Css Color HEX #953669 Lipstick

📋 copy color: '#953669'

red 149 ◦ green 54 ◦ blue 105

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

Shades of Lipstick #953669

Tints of Lipstick #953669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.53%

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

R = 48.38%
G = 17.53%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#953669 (or 0x953669) is known color: Lipstick. HEX triplet: 95, 36 and 69. RGB value is (149,54,105). Sum of RGB (Red+Green+Blue) = 149+54+105=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #953669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953669 is #6AC996. Grayscale: #585858. Windows color (decimal): -6998423 or 6895253. OLE color: 6895253.

HSL color Cylindrical-coordinate representation of color #953669: hue angle of 327.79º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953669 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 54 105 -
CMYK 0 0.64 0.30 0.42
HSL 327.79º 0.47% 0.4% -
HSV(B) 327.79º 0.64% 0.58% -
XYZ 16.26 10.05 14.45 -
YUV 88.22 137.47 171.35 -
System Red Green Blue C M Y K H S L
Decimal 149 54 105 0 0.64 0.30 0.42 327.79 0.47 0.4
Hex 95 36 69 0 40 1E 2A 148 2F 28
Octal 225 66 151 0 100 36 52 510 57 50
Binary 10010101 110110 1101001 0 1000000 11110 101010 101001000 101111 101000

Color Harmonies of #953669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953669

Black with #953669

Text Example


Text Example

White with #953669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953669; }

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

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

background-color css

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

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

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

border-color css

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

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

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