Html Css Color HEX #963458 Lipstick

📋 copy color: '#963458'

red 150 ◦ green 52 ◦ blue 88

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

Shades of Lipstick #963458

Tints of Lipstick #963458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 30.34%

R = 51.72%
G = 17.93%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#963458 (or 0x963458) is known color: Lipstick. HEX triplet: 96, 34 and 58. RGB value is (150,52,88). Sum of RGB (Red+Green+Blue) = 150+52+88=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #963458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963458 is #69CBA7. Grayscale: #555555. Windows color (decimal): -6933416 or 5780630. OLE color: 5780630.

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

Color convert

RGB 150 52 88 -
CMYK 0 0.65 0.41 0.41
HSL 337.96º 0.49% 0.4% -
HSV(B) 337.96º 0.65% 0.59% -
XYZ 15.57 9.64 10.27 -
YUV 85.41 129.47 174.07 -
System Red Green Blue C M Y K H S L
Decimal 150 52 88 0 0.65 0.41 0.41 337.96 0.49 0.4
Hex 96 34 58 0 41 29 29 152 31 28
Octal 226 64 130 0 101 51 51 522 61 50
Binary 10010110 110100 1011000 0 1000001 101001 101001 101010010 110001 101000

Color Harmonies of #963458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963458

Black with #963458

Text Example


Text Example

White with #963458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963458; }

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

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

background-color css

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

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

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

border-color css

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

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

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