Html Css Color HEX #953268 Lipstick

📋 copy color: '#953268'

red 149 ◦ green 50 ◦ blue 104

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

Shades of Lipstick #953268

Tints of Lipstick #953268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.5%

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

R = 49.17%
G = 16.5%
B = 34.32%

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

#953268 (or 0x953268) is known color: Lipstick. HEX triplet: 95, 32 and 68. RGB value is (149,50,104). Sum of RGB (Red+Green+Blue) = 149+50+104=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #953268 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953268 is #6ACD97. Grayscale: #555555. Windows color (decimal): -6999448 or 6828693. OLE color: 6828693.

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

Color convert

RGB 149 50 104 -
CMYK 0 0.66 0.30 0.42
HSL 327.27º 0.5% 0.39% -
HSV(B) 327.27º 0.66% 0.58% -
XYZ 16.03 9.67 14.12 -
YUV 85.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 149 50 104 0 0.66 0.30 0.42 327.27 0.5 0.39
Hex 95 32 68 0 42 1E 2A 147 32 27
Octal 225 62 150 0 102 36 52 507 62 47
Binary 10010101 110010 1101000 0 1000010 11110 101010 101000111 110010 100111

Color Harmonies of #953268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953268

Black with #953268

Text Example


Text Example

White with #953268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953268; }

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

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

background-color css

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

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

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

border-color css

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

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

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