#963143

Color #963143 Well Read (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Well Read #963143

Tints of Well Read #963143

Color information

#963143 (or 0x963143) is unknown color: approx Well Read. HEX triplet: 96, 31 and 43. RGB value is (150,49,67). Sum of RGB (Red+Green+Blue) = 150+49+67=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #963143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963143 is #69CEBC. Grayscale: #515151. Windows color (decimal): -6934205 or 4403606. OLE color: 4403606.

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

Color convert

RGB1504967-
CMYK00.670.550.41
HSL349.31º50.75%39.02%-
HSV(B)349.31º67.33%58.82%-
XYZ14.699.096.29-
YUV81.25119.96177.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.39%
GREEN value IS 49 (19.53% from 255) = 18.42%
BLUE value IS 67 (26.56% from 255) = 25.19%
R=56.39%
G=18.42%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150496700.670.550.41349.3150.7539.02
Hex963143043372915d3327
Octal22661103010367515356347
Binary10010110110001100001101000011110111101001101011101110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963143; }

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

 H1.HeaderClassName
 {
   color: #963143;
 }
 .AnyTagClassName
 {
   color: #963143;
 }
</style>
background-color css

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

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

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

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

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

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