Html Css Color HEX #96295D Lipstick

📋 copy color: '#96295D'

red 150 ◦ green 41 ◦ blue 93

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

Shades of Lipstick #96295D

Tints of Lipstick #96295D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 52.82%
G = 14.44%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96295D (or 0x96295D) is known color: Lipstick. HEX triplet: 96, 29 and 5D. RGB value is (150,41,93). Sum of RGB (Red+Green+Blue) = 150+41+93=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #96295D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96295D is #69D6A2. Grayscale: #4F4F4F. Windows color (decimal): -6936227 or 6105494. OLE color: 6105494.

HSL color Cylindrical-coordinate representation of color #96295D: hue angle of 331.38º 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 #96295D is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 41 93 -
CMYK 0 0.73 0.38 0.41
HSL 331.38º 0.57% 0.37% -
HSV(B) 331.38º 0.73% 0.59% -
XYZ 15.35 8.86 11.26 -
YUV 79.52 135.61 178.27 -
System Red Green Blue C M Y K H S L
Decimal 150 41 93 0 0.73 0.38 0.41 331.38 0.57 0.37
Hex 96 29 5D 0 49 26 29 14B 39 25
Octal 226 51 135 0 111 46 51 513 71 45
Binary 10010110 101001 1011101 0 1001001 100110 101001 101001011 111001 100101

Color Harmonies of #96295D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96295D

Black with #96295D

Text Example


Text Example

White with #96295D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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