Html Css Color HEX #953768 Lipstick

📋 copy color: '#953768'

red 149 ◦ green 55 ◦ blue 104

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

Shades of Lipstick #953768

Tints of Lipstick #953768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

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

R = 48.38%
G = 17.86%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#953768 (or 0x953768) is known color: Lipstick. HEX triplet: 95, 37 and 68. RGB value is (149,55,104). Sum of RGB (Red+Green+Blue) = 149+55+104=308 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.38% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 149 - color contains mainly: red. Hex color #953768 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953768 is #6AC897. Grayscale: #585858. Windows color (decimal): -6998168 or 6829973. OLE color: 6829973.

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

Color convert

RGB 149 55 104 -
CMYK 0 0.63 0.30 0.42
HSL 328.72º 0.46% 0.4% -
HSV(B) 328.72º 0.63% 0.58% -
XYZ 16.26 10.12 14.19 -
YUV 88.69 136.64 171.02 -
System Red Green Blue C M Y K H S L
Decimal 149 55 104 0 0.63 0.30 0.42 328.72 0.46 0.4
Hex 95 37 68 0 3F 1E 2A 149 2E 28
Octal 225 67 150 0 77 36 52 511 56 50
Binary 10010101 110111 1101000 0 111111 11110 101010 101001001 101110 101000

Color Harmonies of #953768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953768

Black with #953768

Text Example


Text Example

White with #953768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953768; }

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

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

background-color css

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

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

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

border-color css

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

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

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