Html Css Color HEX #953656 Lipstick

📋 copy color: '#953656'

red 149 ◦ green 54 ◦ blue 86

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

Shades of Lipstick #953656

Tints of Lipstick #953656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.76%

R = 51.56%
G = 18.69%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#953656 (or 0x953656) is known color: Lipstick. HEX triplet: 95, 36 and 56. RGB value is (149,54,86). Sum of RGB (Red+Green+Blue) = 149+54+86=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #953656 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953656 is #6AC9A9. Grayscale: #565656. Windows color (decimal): -6998442 or 5650069. OLE color: 5650069.

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

Color convert

RGB 149 54 86 -
CMYK 0 0.64 0.42 0.42
HSL 339.79º 0.47% 0.4% -
HSV(B) 339.79º 0.64% 0.58% -
XYZ 15.39 9.7 9.87 -
YUV 86.05 127.97 172.9 -
System Red Green Blue C M Y K H S L
Decimal 149 54 86 0 0.64 0.42 0.42 339.79 0.47 0.4
Hex 95 36 56 0 40 2A 2A 154 2F 28
Octal 225 66 126 0 100 52 52 524 57 50
Binary 10010101 110110 1010110 0 1000000 101010 101010 101010100 101111 101000

Color Harmonies of #953656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953656

Black with #953656

Text Example


Text Example

White with #953656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953656; }

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

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

background-color css

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

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

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

border-color css

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

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

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