Html Css Color HEX #962657 Lipstick

📋 copy color: '#962657'

red 150 ◦ green 38 ◦ blue 87

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

Shades of Lipstick #962657

Tints of Lipstick #962657

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.82%

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

R = 54.55%
G = 13.82%
B = 31.64%

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

#962657 (or 0x962657) is known color: Lipstick. HEX triplet: 96, 26 and 57. RGB value is (150,38,87). Sum of RGB (Red+Green+Blue) = 150+38+87=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #962657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962657 is #69D9A8. Grayscale: #4C4C4C. Windows color (decimal): -6937001 or 5711510. OLE color: 5711510.

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

Color convert

RGB 150 38 87 -
CMYK 0 0.75 0.42 0.41
HSL 333.75º 0.6% 0.37% -
HSV(B) 333.75º 0.75% 0.59% -
XYZ 14.99 8.56 9.88 -
YUV 77.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 150 38 87 0 0.75 0.42 0.41 333.75 0.6 0.37
Hex 96 26 57 0 4B 2A 29 14E 3C 25
Octal 226 46 127 0 113 52 51 516 74 45
Binary 10010110 100110 1010111 0 1001011 101010 101001 101001110 111100 100101

Color Harmonies of #962657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962657

Black with #962657

Text Example


Text Example

White with #962657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962657; }

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

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

background-color css

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

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

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

border-color css

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

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

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