Html Css Color HEX #963354 Lipstick

📋 copy color: '#963354'

red 150 ◦ green 51 ◦ blue 84

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

Shades of Lipstick #963354

Tints of Lipstick #963354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

 BLUE value IS 84 (33.2% from 255) = 29.47%

R = 52.63%
G = 17.89%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#963354 (or 0x963354) is known color: Lipstick. HEX triplet: 96, 33 and 54. RGB value is (150,51,84). Sum of RGB (Red+Green+Blue) = 150+51+84=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #963354 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963354 is #69CCAB. Grayscale: #545454. Windows color (decimal): -6933676 or 5518230. OLE color: 5518230.

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

Color convert

RGB 150 51 84 -
CMYK 0 0.66 0.44 0.41
HSL 340º 0.49% 0.39% -
HSV(B) 340º 0.66% 0.59% -
XYZ 15.36 9.49 9.41 -
YUV 84.36 127.8 174.82 -
System Red Green Blue C M Y K H S L
Decimal 150 51 84 0 0.66 0.44 0.41 340 0.49 0.39
Hex 96 33 54 0 42 2C 29 154 31 27
Octal 226 63 124 0 102 54 51 524 61 47
Binary 10010110 110011 1010100 0 1000010 101100 101001 101010100 110001 100111

Color Harmonies of #963354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963354

Black with #963354

Text Example


Text Example

White with #963354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963354; }

 p { color: rgb(150,51,84); }

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

background-color css

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

 a { background-color: rgb(150,51,84); }

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

border-color css

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

 span { border-color: rgb(150,51,84); }

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