#964143

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

Shades of Well Read #964143

Tints of Well Read #964143

Color information

#964143 (or 0x964143) is unknown color: approx Well Read. HEX triplet: 96, 41 and 43. RGB value is (150,65,67). Sum of RGB (Red+Green+Blue) = 150+65+67=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #964143 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964143 is #69BEBC. Grayscale: #5A5A5A. Windows color (decimal): -6930109 or 4407702. OLE color: 4407702.

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

Color convert

RGB1506567-
CMYK00.570.550.41
HSL358.59º39.53%42.16%-
HSV(B)358.59º56.67%58.82%-
XYZ15.4810.676.55-
YUV90.64114.66170.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 67 (26.56% from 255) = 23.76%
R=53.19%
G=23.05%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150656700.570.550.41358.5939.5342.16
Hex9641430393729167282a
Octal22610110307167515475052
Binary10010110100000110000110111001110111101001101100111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964143; }

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

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

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

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

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

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

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

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