#963444

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

Shades of Well Read #963444

Tints of Well Read #963444

Color information

#963444 (or 0x963444) is unknown color: approx Well Read. HEX triplet: 96, 34 and 44. RGB value is (150,52,68). Sum of RGB (Red+Green+Blue) = 150+52+68=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #963444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963444 is #69CBBB. Grayscale: #535353. Windows color (decimal): -6933436 or 4469910. OLE color: 4469910.

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

Color convert

RGB1505268-
CMYK00.650.550.41
HSL350.2º48.51%39.61%-
HSV(B)350.2º65.33%58.82%-
XYZ14.859.366.49-
YUV83.13119.47175.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.56%
GREEN value IS 52 (20.70% from 255) = 19.26%
BLUE value IS 68 (26.95% from 255) = 25.19%
R=55.56%
G=19.26%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150526800.650.550.41350.248.5139.61
Hex963444041372915e3128
Octal22664104010167515366150
Binary10010110110100100010001000001110111101001101011110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963444; }

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

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

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

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

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

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

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

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