Html Css Color HEX #961749 Lipstick

📋 copy color: '#961749'

red 150 ◦ green 23 ◦ blue 73

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

Shades of Lipstick #961749

Tints of Lipstick #961749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.67%

R = 60.98%
G = 9.35%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#961749 (or 0x961749) is known color: Lipstick. HEX triplet: 96, 17 and 49. RGB value is (150,23,73). Sum of RGB (Red+Green+Blue) = 150+23+73=246 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.98% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 150 - color contains mainly: red. Hex color #961749 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961749 is #69E8B6. Grayscale: #424242. Windows color (decimal): -6940855 or 4790166. OLE color: 4790166.

HSL color Cylindrical-coordinate representation of color #961749: hue angle of 336.38º 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 #961749 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 73 -
CMYK 0 0.85 0.51 0.41
HSL 336.38º 0.73% 0.34% -
HSV(B) 336.38º 0.85% 0.59% -
XYZ 14.09 7.58 7.02 -
YUV 66.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 150 23 73 0 0.85 0.51 0.41 336.38 0.73 0.34
Hex 96 17 49 0 55 33 29 150 49 22
Octal 226 27 111 0 125 63 51 520 111 42
Binary 10010110 10111 1001001 0 1010101 110011 101001 101010000 1001001 100010

Color Harmonies of #961749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961749

Black with #961749

Text Example


Text Example

White with #961749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961749; }

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

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

background-color css

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

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

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

border-color css

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

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

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