#963A3F

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

Shades of Well Read #963A3F

Tints of Well Read #963A3F

Color information

#963A3F (or 0x963A3F) is unknown color: approx Well Read. HEX triplet: 96, 3A and 3F. RGB value is (150,58,63). Sum of RGB (Red+Green+Blue) = 150+58+63=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #963A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963A3F is #69C5C0. Grayscale: #565656. Windows color (decimal): -6931905 or 4143766. OLE color: 4143766.

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

Color convert

RGB1505863-
CMYK00.610.580.41
HSL356.74º44.23%40.78%-
HSV(B)356.74º61.33%58.82%-
XYZ14.999.875.82-
YUV86.08114.98173.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.35%
GREEN value IS 58 (23.05% from 255) = 21.40%
BLUE value IS 63 (25% from 255) = 23.25%
R=55.35%
G=21.40%
B=23.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150586300.610.580.41356.7444.2340.78
Hex963A3F03D3A291652c29
Octal226727707572515455451
Binary100101101110101111110111101111010101001101100101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963A3F; }

 p { color: rgb(150,58,63); }

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

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

 a { background-color: rgb(150,58,63); }

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

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

 span { border-color: rgb(150,58,63); }

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