Html Css Color HEX #961040 Lipstick

📋 copy color: '#961040'

red 150 ◦ green 16 ◦ blue 64

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

Shades of Lipstick #961040

Tints of Lipstick #961040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.96%

 BLUE value IS 64 (25.39% from 255) = 27.83%

R = 65.22%
G = 6.96%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#961040 (or 0x961040) is known color: Lipstick. HEX triplet: 96, 10 and 40. RGB value is (150,16,64). Sum of RGB (Red+Green+Blue) = 150+16+64=230 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.22% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 150 - color contains mainly: red. Hex color #961040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961040 is #69EFBF. Grayscale: #3D3D3D. Windows color (decimal): -6942656 or 4198550. OLE color: 4198550.

HSL color Cylindrical-coordinate representation of color #961040: hue angle of 338.51º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961040 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 16 64 -
CMYK 0 0.89 0.57 0.41
HSL 338.51º 0.81% 0.33% -
HSV(B) 338.51º 0.89% 0.59% -
XYZ 13.69 7.22 5.52 -
YUV 61.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 150 16 64 0 0.89 0.57 0.41 338.51 0.81 0.33
Hex 96 10 40 0 59 39 29 153 51 21
Octal 226 20 100 0 131 71 51 523 121 41
Binary 10010110 10000 1000000 0 1011001 111001 101001 101010011 1010001 100001

Color Harmonies of #961040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961040

Black with #961040

Text Example


Text Example

White with #961040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961040; }

 p { color: rgb(150,16,64); }

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

background-color css

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

 a { background-color: rgb(150,16,64); }

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

border-color css

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

 span { border-color: rgb(150,16,64); }

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