Html Css Color HEX #961840 Lipstick

📋 copy color: '#961840'

red 150 ◦ green 24 ◦ blue 64

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

Shades of Lipstick #961840

Tints of Lipstick #961840

RGB

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

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

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

R = 63.03%
G = 10.08%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#961840 (or 0x961840) is known color: Lipstick. HEX triplet: 96, 18 and 40. RGB value is (150,24,64). Sum of RGB (Red+Green+Blue) = 150+24+64=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #961840 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961840 is #69E7BF. Grayscale: #424242. Windows color (decimal): -6940608 or 4200598. OLE color: 4200598.

HSL color Cylindrical-coordinate representation of color #961840: hue angle of 340.95º 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 #961840 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 24 64 -
CMYK 0 0.84 0.57 0.41
HSL 340.95º 0.72% 0.34% -
HSV(B) 340.95º 0.84% 0.59% -
XYZ 13.83 7.51 5.57 -
YUV 66.23 126.74 187.75 -
System Red Green Blue C M Y K H S L
Decimal 150 24 64 0 0.84 0.57 0.41 340.95 0.72 0.34
Hex 96 18 40 0 54 39 29 155 48 22
Octal 226 30 100 0 124 71 51 525 110 42
Binary 10010110 11000 1000000 0 1010100 111001 101001 101010101 1001000 100010

Color Harmonies of #961840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961840

Black with #961840

Text Example


Text Example

White with #961840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961840; }

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

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

background-color css

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

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

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

border-color css

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

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

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