Html Css Color HEX #96354E Lipstick

📋 copy color: '#96354E'

red 150 ◦ green 53 ◦ blue 78

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

Shades of Lipstick #96354E

Tints of Lipstick #96354E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.76%

R = 53.38%
G = 18.86%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#96354E (or 0x96354E) is known color: Lipstick. HEX triplet: 96, 35 and 4E. RGB value is (150,53,78). Sum of RGB (Red+Green+Blue) = 150+53+78=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96354E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96354E is #69CAB1. Grayscale: #545454. Windows color (decimal): -6933170 or 5125526. OLE color: 5125526.

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

Color convert

RGB 150 53 78 -
CMYK 0 0.65 0.48 0.41
HSL 344.54º 0.48% 0.4% -
HSV(B) 344.54º 0.65% 0.59% -
XYZ 15.23 9.58 8.25 -
YUV 84.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 150 53 78 0 0.65 0.48 0.41 344.54 0.48 0.4
Hex 96 35 4E 0 41 30 29 159 30 28
Octal 226 65 116 0 101 60 51 531 60 50
Binary 10010110 110101 1001110 0 1000001 110000 101001 101011001 110000 101000

Color Harmonies of #96354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96354E

Black with #96354E

Text Example


Text Example

White with #96354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96354E; }

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

 H1.HeaderClassName
 {
   color: #96354E;
 }
 .AnyTagClassName
 {
   color: #96354E;
 }
</style>

background-color css

<style>
 a { background-color: #96354E; }

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

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

border-color css

<style>
 span { border-color: #96354E; }

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

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