Html Css Color HEX #961846 Lipstick

📋 copy color: '#961846'

red 150 ◦ green 24 ◦ blue 70

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

Shades of Lipstick #961846

Tints of Lipstick #961846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.84%

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

R = 61.48%
G = 9.84%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#961846 (or 0x961846) is known color: Lipstick. HEX triplet: 96, 18 and 46. RGB value is (150,24,70). Sum of RGB (Red+Green+Blue) = 150+24+70=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #961846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961846 is #69E7B9. Grayscale: #424242. Windows color (decimal): -6940602 or 4593814. OLE color: 4593814.

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

Color convert

RGB 150 24 70 -
CMYK 0 0.84 0.53 0.41
HSL 338.1º 0.72% 0.34% -
HSV(B) 338.1º 0.84% 0.59% -
XYZ 14.01 7.58 6.52 -
YUV 66.92 129.74 187.26 -
System Red Green Blue C M Y K H S L
Decimal 150 24 70 0 0.84 0.53 0.41 338.1 0.72 0.34
Hex 96 18 46 0 54 35 29 152 48 22
Octal 226 30 106 0 124 65 51 522 110 42
Binary 10010110 11000 1000110 0 1010100 110101 101001 101010010 1001000 100010

Color Harmonies of #961846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961846

Black with #961846

Text Example


Text Example

White with #961846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961846; }

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

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

background-color css

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

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

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

border-color css

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

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

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