Html Css Color HEX #963262 Lipstick

📋 copy color: '#963262'

red 150 ◦ green 50 ◦ blue 98

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

Shades of Lipstick #963262

Tints of Lipstick #963262

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

 BLUE value IS 98 (38.67% from 255) = 32.89%

R = 50.34%
G = 16.78%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#963262 (or 0x963262) is known color: Lipstick. HEX triplet: 96, 32 and 62. RGB value is (150,50,98). Sum of RGB (Red+Green+Blue) = 150+50+98=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #963262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963262 is #69CD9D. Grayscale: #555555. Windows color (decimal): -6933918 or 6435478. OLE color: 6435478.

HSL color Cylindrical-coordinate representation of color #963262: hue angle of 331.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963262 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 50 98 -
CMYK 0 0.67 0.35 0.41
HSL 331.2º 0.5% 0.39% -
HSV(B) 331.2º 0.67% 0.59% -
XYZ 15.92 9.65 12.58 -
YUV 85.37 135.13 174.1 -
System Red Green Blue C M Y K H S L
Decimal 150 50 98 0 0.67 0.35 0.41 331.2 0.5 0.39
Hex 96 32 62 0 43 23 29 14B 32 27
Octal 226 62 142 0 103 43 51 513 62 47
Binary 10010110 110010 1100010 0 1000011 100011 101001 101001011 110010 100111

Color Harmonies of #963262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963262

Black with #963262

Text Example


Text Example

White with #963262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963262; }

 p { color: rgb(150,50,98); }

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

background-color css

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

 a { background-color: rgb(150,50,98); }

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

border-color css

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

 span { border-color: rgb(150,50,98); }

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