Html Css Color HEX #962557 Lipstick

📋 copy color: '#962557'

red 150 ◦ green 37 ◦ blue 87

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

Shades of Lipstick #962557

Tints of Lipstick #962557

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.5%

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

R = 54.74%
G = 13.5%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#962557 (or 0x962557) is known color: Lipstick. HEX triplet: 96, 25 and 57. RGB value is (150,37,87). Sum of RGB (Red+Green+Blue) = 150+37+87=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #962557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962557 is #69DAA8. Grayscale: #4C4C4C. Windows color (decimal): -6937257 or 5711254. OLE color: 5711254.

HSL color Cylindrical-coordinate representation of color #962557: hue angle of 333.45º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962557 is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 37 87 -
CMYK 0 0.75 0.42 0.41
HSL 333.45º 0.6% 0.37% -
HSV(B) 333.45º 0.75% 0.59% -
XYZ 14.96 8.5 9.87 -
YUV 76.49 133.94 180.43 -
System Red Green Blue C M Y K H S L
Decimal 150 37 87 0 0.75 0.42 0.41 333.45 0.6 0.37
Hex 96 25 57 0 4B 2A 29 14D 3C 25
Octal 226 45 127 0 113 52 51 515 74 45
Binary 10010110 100101 1010111 0 1001011 101010 101001 101001101 111100 100101

Color Harmonies of #962557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962557

Black with #962557

Text Example


Text Example

White with #962557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962557; }

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

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

background-color css

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

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

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

border-color css

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

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

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