Html Css Color HEX #961946 Lipstick

📋 copy color: '#961946'

red 150 ◦ green 25 ◦ blue 70

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

Shades of Lipstick #961946

Tints of Lipstick #961946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.2%

 BLUE value IS 70 (27.73% from 255) = 28.57%

R = 61.22%
G = 10.2%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#961946 (or 0x961946) is known color: Lipstick. HEX triplet: 96, 19 and 46. RGB value is (150,25,70). Sum of RGB (Red+Green+Blue) = 150+25+70=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #961946 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961946 is #69E6B9. Grayscale: #434343. Windows color (decimal): -6940346 or 4594070. OLE color: 4594070.

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

Color convert

RGB 150 25 70 -
CMYK 0 0.83 0.53 0.41
HSL 338.4º 0.71% 0.34% -
HSV(B) 338.4º 0.83% 0.59% -
XYZ 14.03 7.62 6.53 -
YUV 67.51 129.41 186.84 -
System Red Green Blue C M Y K H S L
Decimal 150 25 70 0 0.83 0.53 0.41 338.4 0.71 0.34
Hex 96 19 46 0 53 35 29 152 47 22
Octal 226 31 106 0 123 65 51 522 107 42
Binary 10010110 11001 1000110 0 1010011 110101 101001 101010010 1000111 100010

Color Harmonies of #961946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961946

Black with #961946

Text Example


Text Example

White with #961946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961946; }

 p { color: rgb(150,25,70); }

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

background-color css

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

 a { background-color: rgb(150,25,70); }

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

border-color css

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

 span { border-color: rgb(150,25,70); }

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