Html Css Color HEX #963147 Lipstick

📋 copy color: '#963147'

red 150 ◦ green 49 ◦ blue 71

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

Shades of Lipstick #963147

Tints of Lipstick #963147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.15%

 BLUE value IS 71 (28.13% from 255) = 26.3%

R = 55.56%
G = 18.15%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.41

RGB Variations

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

Color information

#963147 (or 0x963147) is known color: Lipstick. HEX triplet: 96, 31 and 47. RGB value is (150,49,71). Sum of RGB (Red+Green+Blue) = 150+49+71=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #963147 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963147 is #69CEB8. Grayscale: #515151. Windows color (decimal): -6934201 or 4665750. OLE color: 4665750.

HSL color Cylindrical-coordinate representation of color #963147: hue angle of 346.93º degrees, saturation: 0.51, 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 #963147 is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 71 -
CMYK 0 0.67 0.53 0.41
HSL 346.93º 0.51% 0.39% -
HSV(B) 346.93º 0.67% 0.59% -
XYZ 14.81 9.14 6.94 -
YUV 81.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 150 49 71 0 0.67 0.53 0.41 346.93 0.51 0.39
Hex 96 31 47 0 43 35 29 15B 33 27
Octal 226 61 107 0 103 65 51 533 63 47
Binary 10010110 110001 1000111 0 1000011 110101 101001 101011011 110011 100111

Color Harmonies of #963147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963147

Black with #963147

Text Example


Text Example

White with #963147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963147; }

 p { color: rgb(150,49,71); }

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

background-color css

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

 a { background-color: rgb(150,49,71); }

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

border-color css

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

 span { border-color: rgb(150,49,71); }

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