Html Css Color HEX #96356B Lipstick

📋 copy color: '#96356B'

red 150 ◦ green 53 ◦ blue 107

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

Shades of Lipstick #96356B

Tints of Lipstick #96356B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.1%

 BLUE value IS 107 (42.19% from 255) = 34.52%

R = 48.39%
G = 17.1%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96356B (or 0x96356B) is known color: Lipstick. HEX triplet: 96, 35 and 6B. RGB value is (150,53,107). Sum of RGB (Red+Green+Blue) = 150+53+107=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96356B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96356B is #69CA94. Grayscale: #585858. Windows color (decimal): -6933141 or 7026070. OLE color: 7026070.

HSL color Cylindrical-coordinate representation of color #96356B: hue angle of 326.6º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96356B is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 53 107 -
CMYK 0 0.65 0.29 0.41
HSL 326.6º 0.48% 0.4% -
HSV(B) 326.6º 0.65% 0.59% -
XYZ 16.5 10.09 14.99 -
YUV 88.16 138.64 172.11 -
System Red Green Blue C M Y K H S L
Decimal 150 53 107 0 0.65 0.29 0.41 326.6 0.48 0.4
Hex 96 35 6B 0 41 1D 29 147 30 28
Octal 226 65 153 0 101 35 51 507 60 50
Binary 10010110 110101 1101011 0 1000001 11101 101001 101000111 110000 101000

Color Harmonies of #96356B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96356B

Black with #96356B

Text Example


Text Example

White with #96356B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,53,107); }

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

background-color css

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

 a { background-color: rgb(150,53,107); }

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

border-color css

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

 span { border-color: rgb(150,53,107); }

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