#963541

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

Shades of Well Read #963541

Tints of Well Read #963541

Color information

#963541 (or 0x963541) is unknown color: approx Well Read. HEX triplet: 96, 35 and 41. RGB value is (150,53,65). Sum of RGB (Red+Green+Blue) = 150+53+65=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #963541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963541 is #69CABE. Grayscale: #535353. Windows color (decimal): -6933183 or 4273558. OLE color: 4273558.

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

Color convert

RGB1505365-
CMYK00.650.570.41
HSL352.58º47.78%39.8%-
HSV(B)352.58º64.67%58.82%-
XYZ14.89.416.04-
YUV83.37117.64175.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.97%
GREEN value IS 53 (21.09% from 255) = 19.78%
BLUE value IS 65 (25.78% from 255) = 24.25%
R=55.97%
G=19.78%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150536500.650.570.41352.5847.7839.8
Hex96354104139291613028
Octal22665101010171515416050
Binary10010110110101100000101000001111001101001101100001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #963541; }

 p { color: rgb(150,53,65); }

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

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

 a { background-color: rgb(150,53,65); }

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

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

 span { border-color: rgb(150,53,65); }

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