Html Css Color HEX #961240 Lipstick

📋 copy color: '#961240'

red 150 ◦ green 18 ◦ blue 64

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

Shades of Lipstick #961240

Tints of Lipstick #961240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.76%

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

R = 64.66%
G = 7.76%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#961240 (or 0x961240) is known color: Lipstick. HEX triplet: 96, 12 and 40. RGB value is (150,18,64). Sum of RGB (Red+Green+Blue) = 150+18+64=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #961240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961240 is #69EDBF. Grayscale: #3E3E3E. Windows color (decimal): -6942144 or 4199062. OLE color: 4199062.

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

Color convert

RGB 150 18 64 -
CMYK 0 0.88 0.57 0.41
HSL 339.09º 0.79% 0.33% -
HSV(B) 339.09º 0.88% 0.59% -
XYZ 13.72 7.29 5.53 -
YUV 62.71 128.73 190.26 -
System Red Green Blue C M Y K H S L
Decimal 150 18 64 0 0.88 0.57 0.41 339.09 0.79 0.33
Hex 96 12 40 0 58 39 29 153 4F 21
Octal 226 22 100 0 130 71 51 523 117 41
Binary 10010110 10010 1000000 0 1011000 111001 101001 101010011 1001111 100001

Color Harmonies of #961240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961240

Black with #961240

Text Example


Text Example

White with #961240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961240; }

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

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

background-color css

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

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

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

border-color css

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

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

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