Html Css Color HEX #961953 Lipstick

📋 copy color: '#961953'

red 150 ◦ green 25 ◦ blue 83

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

Shades of Lipstick #961953

Tints of Lipstick #961953

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.69%

 BLUE value IS 83 (32.81% from 255) = 32.17%

R = 58.14%
G = 9.69%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#961953 (or 0x961953) is known color: Lipstick. HEX triplet: 96, 19 and 53. RGB value is (150,25,83). Sum of RGB (Red+Green+Blue) = 150+25+83=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #961953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961953 is #69E6AC. Grayscale: #444444. Windows color (decimal): -6940333 or 5446038. OLE color: 5446038.

HSL color Cylindrical-coordinate representation of color #961953: hue angle of 332.16º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961953 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 25 83 -
CMYK 0 0.83 0.45 0.41
HSL 332.16º 0.71% 0.34% -
HSV(B) 332.16º 0.83% 0.59% -
XYZ 14.49 7.8 8.93 -
YUV 68.99 135.91 185.78 -
System Red Green Blue C M Y K H S L
Decimal 150 25 83 0 0.83 0.45 0.41 332.16 0.71 0.34
Hex 96 19 53 0 53 2D 29 14C 47 22
Octal 226 31 123 0 123 55 51 514 107 42
Binary 10010110 11001 1010011 0 1010011 101101 101001 101001100 1000111 100010

Color Harmonies of #961953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961953

Black with #961953

Text Example


Text Example

White with #961953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961953; }

 p { color: rgb(150,25,83); }

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

background-color css

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

 a { background-color: rgb(150,25,83); }

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

border-color css

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

 span { border-color: rgb(150,25,83); }

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