Html Css Color HEX #96356A Lipstick

📋 copy color: '#96356A'

red 150 ◦ green 53 ◦ blue 106

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

Shades of Lipstick #96356A

Tints of Lipstick #96356A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.3%

R = 48.54%
G = 17.15%
B = 34.3%

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

#96356A (or 0x96356A) is known color: Lipstick. HEX triplet: 96, 35 and 6A. RGB value is (150,53,106). Sum of RGB (Red+Green+Blue) = 150+53+106=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #96356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96356A is #69CA95. Grayscale: #575757. Windows color (decimal): -6933142 or 6960534. OLE color: 6960534.

HSL color Cylindrical-coordinate representation of color #96356A: hue angle of 327.22º 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 #96356A is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 53 106 -
CMYK 0 0.65 0.29 0.41
HSL 327.22º 0.48% 0.4% -
HSV(B) 327.22º 0.65% 0.59% -
XYZ 16.45 10.07 14.71 -
YUV 88.05 138.14 172.19 -
System Red Green Blue C M Y K H S L
Decimal 150 53 106 0 0.65 0.29 0.41 327.22 0.48 0.4
Hex 96 35 6A 0 41 1D 29 147 30 28
Octal 226 65 152 0 101 35 51 507 60 50
Binary 10010110 110101 1101010 0 1000001 11101 101001 101000111 110000 101000

Color Harmonies of #96356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96356A

Black with #96356A

Text Example


Text Example

White with #96356A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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