Html Css Color HEX #962157 Lipstick

📋 copy color: '#962157'

red 150 ◦ green 33 ◦ blue 87

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

Shades of Lipstick #962157

Tints of Lipstick #962157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.22%

R = 55.56%
G = 12.22%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#962157 (or 0x962157) is known color: Lipstick. HEX triplet: 96, 21 and 57. RGB value is (150,33,87). Sum of RGB (Red+Green+Blue) = 150+33+87=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 87 (34.38% from 255 or 32.22% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #962157 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962157 is #69DEA8. Grayscale: #4A4A4A. Windows color (decimal): -6938281 or 5710230. OLE color: 5710230.

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

Color convert

RGB 150 33 87 -
CMYK 0 0.78 0.42 0.41
HSL 332.31º 0.64% 0.36% -
HSV(B) 332.31º 0.78% 0.59% -
XYZ 14.84 8.26 9.83 -
YUV 74.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 150 33 87 0 0.78 0.42 0.41 332.31 0.64 0.36
Hex 96 21 57 0 4E 2A 29 14C 40 24
Octal 226 41 127 0 116 52 51 514 100 44
Binary 10010110 100001 1010111 0 1001110 101010 101001 101001100 1000000 100100

Color Harmonies of #962157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962157

Black with #962157

Text Example


Text Example

White with #962157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962157; }

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

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

background-color css

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

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

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

border-color css

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

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

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