Html Css Color HEX #96365D Lipstick

📋 copy color: '#96365D'

red 150 ◦ green 54 ◦ blue 93

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

Shades of Lipstick #96365D

Tints of Lipstick #96365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

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

R = 50.51%
G = 18.18%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96365D (or 0x96365D) is known color: Lipstick. HEX triplet: 96, 36 and 5D. RGB value is (150,54,93). Sum of RGB (Red+Green+Blue) = 150+54+93=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96365D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96365D is #69C9A2. Grayscale: #575757. Windows color (decimal): -6932899 or 6108822. OLE color: 6108822.

HSL color Cylindrical-coordinate representation of color #96365D: hue angle of 335.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96365D is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 54 93 -
CMYK 0 0.64 0.38 0.41
HSL 335.63º 0.47% 0.4% -
HSV(B) 335.63º 0.64% 0.59% -
XYZ 15.87 9.91 11.43 -
YUV 87.15 131.3 172.83 -
System Red Green Blue C M Y K H S L
Decimal 150 54 93 0 0.64 0.38 0.41 335.63 0.47 0.4
Hex 96 36 5D 0 40 26 29 150 2F 28
Octal 226 66 135 0 100 46 51 520 57 50
Binary 10010110 110110 1011101 0 1000000 100110 101001 101010000 101111 101000

Color Harmonies of #96365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96365D

Black with #96365D

Text Example


Text Example

White with #96365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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