#963339

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

Shades of Well Read #963339

Tints of Well Read #963339

Color information

#963339 (or 0x963339) is unknown color: approx Well Read. HEX triplet: 96, 33 and 39. RGB value is (150,51,57). Sum of RGB (Red+Green+Blue) = 150+51+57=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 57 (22.66% from 255 or 22.09% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #963339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963339 is #69CCC6. Grayscale: #515151. Windows color (decimal): -6933703 or 3748758. OLE color: 3748758.

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

Color convert

RGB1505157-
CMYK00.660.620.41
HSL356.36º49.25%39.41%-
HSV(B)356.36º66%58.82%-
XYZ14.59.154.87-
YUV81.29114.3177.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.14%
GREEN value IS 51 (20.31% from 255) = 19.77%
BLUE value IS 57 (22.66% from 255) = 22.09%
R=58.14%
G=19.77%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150515700.660.620.41356.3649.2539.41
Hex9633390423E291643127
Octal2266371010276515446147
Binary1001011011001111100101000010111110101001101100100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963339; }

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

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

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

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

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

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

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

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