#953540

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

Shades of Well Read #953540

Tints of Well Read #953540

Color information

#953540 (or 0x953540) is unknown color: approx Well Read. HEX triplet: 95, 35 and 40. RGB value is (149,53,64). Sum of RGB (Red+Green+Blue) = 149+53+64=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #953540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953540 is #6ACABF. Grayscale: #535353. Windows color (decimal): -6998720 or 4208021. OLE color: 4208021.

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

Color convert

RGB1495364-
CMYK00.640.570.42
HSL353.12º47.52%39.61%-
HSV(B)353.12º64.43%58.43%-
XYZ14.599.315.88-
YUV82.96117.3175.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.02%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 64 (25.39% from 255) = 24.06%
R=56.02%
G=19.92%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149536400.640.570.42353.1247.5239.61
Hex953540040392A1613028
Octal22565100010071525416050
Binary10010101110101100000001000000111001101010101100001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953540; }

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

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

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

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

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

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

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

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