Html Css Color HEX #96375A Lipstick

📋 copy color: '#96375A'

red 150 ◦ green 55 ◦ blue 90

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

Shades of Lipstick #96375A

Tints of Lipstick #96375A

RGB

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

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

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

R = 50.85%
G = 18.64%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.4

 K value IS 0.41

RGB Variations

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

Color information

#96375A (or 0x96375A) is known color: Lipstick. HEX triplet: 96, 37 and 5A. RGB value is (150,55,90). Sum of RGB (Red+Green+Blue) = 150+55+90=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96375A is #69C8A5. Grayscale: #575757. Windows color (decimal): -6932646 or 5912470. OLE color: 5912470.

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

Color convert

RGB 150 55 90 -
CMYK 0 0.63 0.4 0.41
HSL 337.89º 0.46% 0.4% -
HSV(B) 337.89º 0.63% 0.59% -
XYZ 15.79 9.95 10.76 -
YUV 87.4 129.47 172.65 -
System Red Green Blue C M Y K H S L
Decimal 150 55 90 0 0.63 0.4 0.41 337.89 0.46 0.4
Hex 96 37 5A 0 3F 28 29 152 2E 28
Octal 226 67 132 0 77 50 51 522 56 50
Binary 10010110 110111 1011010 0 111111 101000 101001 101010010 101110 101000

Color Harmonies of #96375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96375A

Black with #96375A

Text Example


Text Example

White with #96375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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