Html Css Color HEX #962141 Lipstick

📋 copy color: '#962141'

red 150 ◦ green 33 ◦ blue 65

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

Shades of Lipstick #962141

Tints of Lipstick #962141

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.31%

 BLUE value IS 65 (25.78% from 255) = 26.21%

R = 60.48%
G = 13.31%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#962141 (or 0x962141) is known color: Lipstick. HEX triplet: 96, 21 and 41. RGB value is (150,33,65). Sum of RGB (Red+Green+Blue) = 150+33+65=248 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.48% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 65 (25.78% from 255 or 26.21% from 248); Max value from RGB is 150 - color contains mainly: red. Hex color #962141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962141 is #69DEBE. Grayscale: #474747. Windows color (decimal): -6938303 or 4268438. OLE color: 4268438.

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

Color convert

RGB 150 33 65 -
CMYK 0 0.78 0.57 0.41
HSL 343.59º 0.64% 0.36% -
HSV(B) 343.59º 0.78% 0.59% -
XYZ 14.08 7.95 5.79 -
YUV 71.63 124.26 183.9 -
System Red Green Blue C M Y K H S L
Decimal 150 33 65 0 0.78 0.57 0.41 343.59 0.64 0.36
Hex 96 21 41 0 4E 39 29 158 40 24
Octal 226 41 101 0 116 71 51 530 100 44
Binary 10010110 100001 1000001 0 1001110 111001 101001 101011000 1000000 100100

Color Harmonies of #962141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962141

Black with #962141

Text Example


Text Example

White with #962141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962141; }

 p { color: rgb(150,33,65); }

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

background-color css

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

 a { background-color: rgb(150,33,65); }

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

border-color css

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

 span { border-color: rgb(150,33,65); }

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