Html Css Color HEX #961753 Lipstick

📋 copy color: '#961753'

red 150 ◦ green 23 ◦ blue 83

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

Shades of Lipstick #961753

Tints of Lipstick #961753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.98%

 BLUE value IS 83 (32.81% from 255) = 32.42%

R = 58.59%
G = 8.98%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#961753 (or 0x961753) is known color: Lipstick. HEX triplet: 96, 17 and 53. RGB value is (150,23,83). Sum of RGB (Red+Green+Blue) = 150+23+83=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #961753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961753 is #69E8AC. Grayscale: #434343. Windows color (decimal): -6940845 or 5445526. OLE color: 5445526.

HSL color Cylindrical-coordinate representation of color #961753: hue angle of 331.65º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961753 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 83 -
CMYK 0 0.85 0.45 0.41
HSL 331.65º 0.73% 0.34% -
HSV(B) 331.65º 0.85% 0.59% -
XYZ 14.45 7.72 8.91 -
YUV 67.81 136.58 186.62 -
System Red Green Blue C M Y K H S L
Decimal 150 23 83 0 0.85 0.45 0.41 331.65 0.73 0.34
Hex 96 17 53 0 55 2D 29 14C 49 22
Octal 226 27 123 0 125 55 51 514 111 42
Binary 10010110 10111 1010011 0 1010101 101101 101001 101001100 1001001 100010

Color Harmonies of #961753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961753

Black with #961753

Text Example


Text Example

White with #961753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961753; }

 p { color: rgb(150,23,83); }

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

background-color css

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

 a { background-color: rgb(150,23,83); }

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

border-color css

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

 span { border-color: rgb(150,23,83); }

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