Html Css Color HEX #96335D Lipstick

📋 copy color: '#96335D'

red 150 ◦ green 51 ◦ blue 93

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

Shades of Lipstick #96335D

Tints of Lipstick #96335D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.35%

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

R = 51.02%
G = 17.35%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#96335D (or 0x96335D) is known color: Lipstick. HEX triplet: 96, 33 and 5D. RGB value is (150,51,93). Sum of RGB (Red+Green+Blue) = 150+51+93=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96335D is #69CCA2. Grayscale: #555555. Windows color (decimal): -6933667 or 6108054. OLE color: 6108054.

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

Color convert

RGB 150 51 93 -
CMYK 0 0.66 0.38 0.41
HSL 334.55º 0.49% 0.39% -
HSV(B) 334.55º 0.66% 0.59% -
XYZ 15.74 9.64 11.39 -
YUV 85.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 150 51 93 0 0.66 0.38 0.41 334.55 0.49 0.39
Hex 96 33 5D 0 42 26 29 14F 31 27
Octal 226 63 135 0 102 46 51 517 61 47
Binary 10010110 110011 1011101 0 1000010 100110 101001 101001111 110001 100111

Color Harmonies of #96335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96335D

Black with #96335D

Text Example


Text Example

White with #96335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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