Html Css Color HEX #962360 Lipstick

📋 copy color: '#962360'

red 150 ◦ green 35 ◦ blue 96

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

Shades of Lipstick #962360

Tints of Lipstick #962360

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.46%

 BLUE value IS 96 (37.89% from 255) = 34.16%

R = 53.38%
G = 12.46%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#962360 (or 0x962360) is known color: Lipstick. HEX triplet: 96, 23 and 60. RGB value is (150,35,96). Sum of RGB (Red+Green+Blue) = 150+35+96=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #962360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962360 is #69DC9F. Grayscale: #4C4C4C. Windows color (decimal): -6937760 or 6300566. OLE color: 6300566.

HSL color Cylindrical-coordinate representation of color #962360: hue angle of 328.17º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962360 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 35 96 -
CMYK 0 0.77 0.36 0.41
HSL 328.17º 0.62% 0.36% -
HSV(B) 328.17º 0.77% 0.59% -
XYZ 15.29 8.53 11.91 -
YUV 76.34 139.1 180.54 -
System Red Green Blue C M Y K H S L
Decimal 150 35 96 0 0.77 0.36 0.41 328.17 0.62 0.36
Hex 96 23 60 0 4D 24 29 148 3E 24
Octal 226 43 140 0 115 44 51 510 76 44
Binary 10010110 100011 1100000 0 1001101 100100 101001 101001000 111110 100100

Color Harmonies of #962360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962360

Black with #962360

Text Example


Text Example

White with #962360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962360; }

 p { color: rgb(150,35,96); }

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

background-color css

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

 a { background-color: rgb(150,35,96); }

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

border-color css

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

 span { border-color: rgb(150,35,96); }

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