Html Css Color HEX #963462 Lipstick

📋 copy color: '#963462'

red 150 ◦ green 52 ◦ blue 98

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

Shades of Lipstick #963462

Tints of Lipstick #963462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.33%

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

R = 50%
G = 17.33%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#963462 (or 0x963462) is known color: Lipstick. HEX triplet: 96, 34 and 62. RGB value is (150,52,98). Sum of RGB (Red+Green+Blue) = 150+52+98=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #963462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963462 is #69CB9D. Grayscale: #565656. Windows color (decimal): -6933406 or 6435990. OLE color: 6435990.

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

Color convert

RGB 150 52 98 -
CMYK 0 0.65 0.35 0.41
HSL 331.84º 0.49% 0.4% -
HSV(B) 331.84º 0.65% 0.59% -
XYZ 16.01 9.82 12.61 -
YUV 86.55 134.47 173.26 -
System Red Green Blue C M Y K H S L
Decimal 150 52 98 0 0.65 0.35 0.41 331.84 0.49 0.4
Hex 96 34 62 0 41 23 29 14C 31 28
Octal 226 64 142 0 101 43 51 514 61 50
Binary 10010110 110100 1100010 0 1000001 100011 101001 101001100 110001 101000

Color Harmonies of #963462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963462

Black with #963462

Text Example


Text Example

White with #963462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963462; }

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

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

background-color css

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

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

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

border-color css

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

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

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