Html Css Color HEX #96294D Lipstick

📋 copy color: '#96294D'

red 150 ◦ green 41 ◦ blue 77

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

Shades of Lipstick #96294D

Tints of Lipstick #96294D

RGB

 RED value IS 150 (58.98% from 255) = 55.97%

 GREEN value IS 41 (16.41% from 255) = 15.3%

 BLUE value IS 77 (30.47% from 255) = 28.73%

R = 55.97%
G = 15.3%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#96294D (or 0x96294D) is known color: Lipstick. HEX triplet: 96, 29 and 4D. RGB value is (150,41,77). Sum of RGB (Red+Green+Blue) = 150+41+77=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #96294D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96294D is #69D6B2. Grayscale: #4D4D4D. Windows color (decimal): -6936243 or 5056918. OLE color: 5056918.

HSL color Cylindrical-coordinate representation of color #96294D: hue angle of 340.18º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96294D is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 77 -
CMYK 0 0.73 0.49 0.41
HSL 340.18º 0.57% 0.37% -
HSV(B) 340.18º 0.73% 0.59% -
XYZ 14.71 8.61 7.91 -
YUV 77.7 127.61 179.57 -
System Red Green Blue C M Y K H S L
Decimal 150 41 77 0 0.73 0.49 0.41 340.18 0.57 0.37
Hex 96 29 4D 0 49 31 29 154 39 25
Octal 226 51 115 0 111 61 51 524 71 45
Binary 10010110 101001 1001101 0 1001001 110001 101001 101010100 111001 100101

Color Harmonies of #96294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96294D

Black with #96294D

Text Example


Text Example

White with #96294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96294D; }

 p { color: rgb(150,41,77); }

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

background-color css

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

 a { background-color: rgb(150,41,77); }

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

border-color css

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

 span { border-color: rgb(150,41,77); }

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