#963F43

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

Shades of Well Read #963F43

Tints of Well Read #963F43

Color information

#963F43 (or 0x963F43) is unknown color: approx Well Read. HEX triplet: 96, 3F and 43. RGB value is (150,63,67). Sum of RGB (Red+Green+Blue) = 150+63+67=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 67 (26.56% from 255 or 23.93% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #963F43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963F43 is #69C0BC. Grayscale: #595959. Windows color (decimal): -6930621 or 4407190. OLE color: 4407190.

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

Color convert

RGB1506367-
CMYK00.580.550.41
HSL357.24º40.85%41.76%-
HSV(B)357.24º58%58.82%-
XYZ15.3710.446.52-
YUV89.47115.32171.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 63 (25% from 255) = 22.5%
BLUE value IS 67 (26.56% from 255) = 23.93%
R=53.57%
G=22.5%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150636700.580.550.41357.2440.8541.76
Hex963F4303A3729165292a
Octal2267710307267515455152
Binary1001011011111110000110111010110111101001101100101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #963F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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