Html Css Color HEX #962550 Lipstick

📋 copy color: '#962550'

red 150 ◦ green 37 ◦ blue 80

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

Shades of Lipstick #962550

Tints of Lipstick #962550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.96%

R = 56.18%
G = 13.86%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#962550 (or 0x962550) is known color: Lipstick. HEX triplet: 96, 25 and 50. RGB value is (150,37,80). Sum of RGB (Red+Green+Blue) = 150+37+80=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #962550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962550 is #69DAAF. Grayscale: #4B4B4B. Windows color (decimal): -6937264 or 5252502. OLE color: 5252502.

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

Color convert

RGB 150 37 80 -
CMYK 0 0.75 0.47 0.41
HSL 337.17º 0.6% 0.37% -
HSV(B) 337.17º 0.75% 0.59% -
XYZ 14.69 8.39 8.43 -
YUV 75.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 150 37 80 0 0.75 0.47 0.41 337.17 0.6 0.37
Hex 96 25 50 0 4B 2F 29 151 3C 25
Octal 226 45 120 0 113 57 51 521 74 45
Binary 10010110 100101 1010000 0 1001011 101111 101001 101010001 111100 100101

Color Harmonies of #962550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962550

Black with #962550

Text Example


Text Example

White with #962550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962550; }

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

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

background-color css

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

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

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

border-color css

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

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

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