Html Css Color HEX #961F46 Lipstick

📋 copy color: '#961F46'

red 150 ◦ green 31 ◦ blue 70

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

Shades of Lipstick #961F46

Tints of Lipstick #961F46

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.35%

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

R = 59.76%
G = 12.35%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#961F46 (or 0x961F46) is known color: Lipstick. HEX triplet: 96, 1F and 46. RGB value is (150,31,70). Sum of RGB (Red+Green+Blue) = 150+31+70=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #961F46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961F46 is #69E0B9. Grayscale: #464646. Windows color (decimal): -6938810 or 4595606. OLE color: 4595606.

HSL color Cylindrical-coordinate representation of color #961F46: hue angle of 340.34º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #961F46 is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 31 70 -
CMYK 0 0.79 0.53 0.41
HSL 340.34º 0.66% 0.35% -
HSV(B) 340.34º 0.79% 0.59% -
XYZ 14.17 7.91 6.57 -
YUV 71.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 150 31 70 0 0.79 0.53 0.41 340.34 0.66 0.35
Hex 96 1F 46 0 4F 35 29 154 42 23
Octal 226 37 106 0 117 65 51 524 102 43
Binary 10010110 11111 1000110 0 1001111 110101 101001 101010100 1000010 100011

Color Harmonies of #961F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961F46

Black with #961F46

Text Example


Text Example

White with #961F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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