Html Css Color HEX #962368 Lipstick

📋 copy color: '#962368'

red 150 ◦ green 35 ◦ blue 104

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

Shades of Lipstick #962368

Tints of Lipstick #962368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 51.9%
G = 12.11%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#962368 (or 0x962368) is known color: Lipstick. HEX triplet: 96, 23 and 68. RGB value is (150,35,104). Sum of RGB (Red+Green+Blue) = 150+35+104=289 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.90% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 150 - color contains mainly: red. Hex color #962368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962368 is #69DC97. Grayscale: #4D4D4D. Windows color (decimal): -6937752 or 6824854. OLE color: 6824854.

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

Color convert

RGB 150 35 104 -
CMYK 0 0.77 0.31 0.41
HSL 324º 0.62% 0.36% -
HSV(B) 324º 0.77% 0.59% -
XYZ 15.68 8.69 13.95 -
YUV 77.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 150 35 104 0 0.77 0.31 0.41 324 0.62 0.36
Hex 96 23 68 0 4D 1F 29 144 3E 24
Octal 226 43 150 0 115 37 51 504 76 44
Binary 10010110 100011 1101000 0 1001101 11111 101001 101000100 111110 100100

Color Harmonies of #962368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962368

Black with #962368

Text Example


Text Example

White with #962368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962368; }

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

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

background-color css

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

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

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

border-color css

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

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

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