Html Css Color HEX #961340 Lipstick

📋 copy color: '#961340'

red 150 ◦ green 19 ◦ blue 64

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

Shades of Lipstick #961340

Tints of Lipstick #961340

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.15%

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

R = 64.38%
G = 8.15%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#961340 (or 0x961340) is known color: Lipstick. HEX triplet: 96, 13 and 40. RGB value is (150,19,64). Sum of RGB (Red+Green+Blue) = 150+19+64=233 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.38% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 150 - color contains mainly: red. Hex color #961340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961340 is #69ECBF. Grayscale: #3F3F3F. Windows color (decimal): -6941888 or 4199318. OLE color: 4199318.

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

Color convert

RGB 150 19 64 -
CMYK 0 0.87 0.57 0.41
HSL 339.39º 0.78% 0.33% -
HSV(B) 339.39º 0.87% 0.59% -
XYZ 13.74 7.32 5.54 -
YUV 63.3 128.4 189.84 -
System Red Green Blue C M Y K H S L
Decimal 150 19 64 0 0.87 0.57 0.41 339.39 0.78 0.33
Hex 96 13 40 0 57 39 29 153 4E 21
Octal 226 23 100 0 127 71 51 523 116 41
Binary 10010110 10011 1000000 0 1010111 111001 101001 101010011 1001110 100001

Color Harmonies of #961340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961340

Black with #961340

Text Example


Text Example

White with #961340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961340; }

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

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

background-color css

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

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

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

border-color css

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

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

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