Html Css Color HEX #96375B Lipstick

📋 copy color: '#96375B'

red 150 ◦ green 55 ◦ blue 91

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

Shades of Lipstick #96375B

Tints of Lipstick #96375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.74%

R = 50.68%
G = 18.58%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#96375B (or 0x96375B) is known color: Lipstick. HEX triplet: 96, 37 and 5B. RGB value is (150,55,91). Sum of RGB (Red+Green+Blue) = 150+55+91=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96375B is #69C8A4. Grayscale: #575757. Windows color (decimal): -6932645 or 5978006. OLE color: 5978006.

HSL color Cylindrical-coordinate representation of color #96375B: hue angle of 337.26º 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 #96375B is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 55 91 -
CMYK 0 0.63 0.39 0.41
HSL 337.26º 0.46% 0.4% -
HSV(B) 337.26º 0.63% 0.59% -
XYZ 15.83 9.97 10.99 -
YUV 87.51 129.97 172.57 -
System Red Green Blue C M Y K H S L
Decimal 150 55 91 0 0.63 0.39 0.41 337.26 0.46 0.4
Hex 96 37 5B 0 3F 27 29 151 2E 28
Octal 226 67 133 0 77 47 51 521 56 50
Binary 10010110 110111 1011011 0 111111 100111 101001 101010001 101110 101000

Color Harmonies of #96375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96375B

Black with #96375B

Text Example


Text Example

White with #96375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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