Html Css Color HEX #953069 Lipstick

📋 copy color: '#953069'

red 149 ◦ green 48 ◦ blue 105

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

Shades of Lipstick #953069

Tints of Lipstick #953069

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.89%

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

R = 49.34%
G = 15.89%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#953069 (or 0x953069) is known color: Lipstick. HEX triplet: 95, 30 and 69. RGB value is (149,48,105). Sum of RGB (Red+Green+Blue) = 149+48+105=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #953069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953069 is #6ACF96. Grayscale: #545454. Windows color (decimal): -6999959 or 6893717. OLE color: 6893717.

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

Color convert

RGB 149 48 105 -
CMYK 0 0.68 0.30 0.42
HSL 326.14º 0.51% 0.39% -
HSV(B) 326.14º 0.68% 0.58% -
XYZ 16 9.52 14.36 -
YUV 84.7 139.46 173.87 -
System Red Green Blue C M Y K H S L
Decimal 149 48 105 0 0.68 0.30 0.42 326.14 0.51 0.39
Hex 95 30 69 0 44 1E 2A 146 33 27
Octal 225 60 151 0 104 36 52 506 63 47
Binary 10010101 110000 1101001 0 1000100 11110 101010 101000110 110011 100111

Color Harmonies of #953069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953069

Black with #953069

Text Example


Text Example

White with #953069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953069; }

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

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

background-color css

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

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

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

border-color css

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

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

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