#953040

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

Shades of Well Read #953040

Tints of Well Read #953040

Color information

#953040 (or 0x953040) is unknown color: approx Well Read. HEX triplet: 95, 30 and 40. RGB value is (149,48,64). Sum of RGB (Red+Green+Blue) = 149+48+64=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #953040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953040 is #6ACFBF. Grayscale: #505050. Windows color (decimal): -7000000 or 4206741. OLE color: 4206741.

HSL color Cylindrical-coordinate representation of color #953040: hue angle of 350.5º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953040 is Cyan = 0, Magento = 0.68, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB1494864-
CMYK00.680.570.42
HSL350.5º51.27%38.63%-
HSV(B)350.5º67.79%58.43%-
XYZ14.388.875.81-
YUV80.02118.96177.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.09%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 64 (25.39% from 255) = 24.52%
R=57.09%
G=18.39%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149486400.680.570.42350.551.2738.63
Hex953040044392A15e3327
Octal22560100010471525366347
Binary10010101110000100000001000100111001101010101011110110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953040; }

 p { color: rgb(149,48,64); }

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

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

 a { background-color: rgb(149,48,64); }

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

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

 span { border-color: rgb(149,48,64); }

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