Html Css Color HEX #96295A Lipstick

📋 copy color: '#96295A'

red 150 ◦ green 41 ◦ blue 90

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

Shades of Lipstick #96295A

Tints of Lipstick #96295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.03%

R = 53.38%
G = 14.59%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96295A (or 0x96295A) is known color: Lipstick. HEX triplet: 96, 29 and 5A. RGB value is (150,41,90). Sum of RGB (Red+Green+Blue) = 150+41+90=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96295A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96295A is #69D6A5. Grayscale: #4F4F4F. Windows color (decimal): -6936230 or 5908886. OLE color: 5908886.

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

Color convert

RGB 150 41 90 -
CMYK 0 0.73 0.4 0.41
HSL 333.03º 0.57% 0.37% -
HSV(B) 333.03º 0.73% 0.59% -
XYZ 15.22 8.81 10.57 -
YUV 79.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 150 41 90 0 0.73 0.4 0.41 333.03 0.57 0.37
Hex 96 29 5A 0 49 28 29 14D 39 25
Octal 226 51 132 0 111 50 51 515 71 45
Binary 10010110 101001 1011010 0 1001001 101000 101001 101001101 111001 100101

Color Harmonies of #96295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96295A

Black with #96295A

Text Example


Text Example

White with #96295A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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