#953545

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

Shades of Well Read #953545

Tints of Well Read #953545

Color information

#953545 (or 0x953545) is unknown color: approx Well Read. HEX triplet: 95, 35 and 45. RGB value is (149,53,69). Sum of RGB (Red+Green+Blue) = 149+53+69=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #953545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953545 is #6ACABA. Grayscale: #535353. Windows color (decimal): -6998715 or 4535701. OLE color: 4535701.

HSL color Cylindrical-coordinate representation of color #953545: hue angle of 350º 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 #953545 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB1495369-
CMYK00.640.540.42
HSL350º47.52%39.61%-
HSV(B)350º64.43%58.43%-
XYZ14.749.376.66-
YUV83.53119.8174.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 53 (21.09% from 255) = 19.56%
BLUE value IS 69 (27.34% from 255) = 25.46%
R=54.98%
G=19.56%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149536900.640.540.4235047.5239.61
Hex953545040362A15e3028
Octal22565105010066525366050
Binary10010101110101100010101000000110110101010101011110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953545; }

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

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

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

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

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

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

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

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