#953541

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

Shades of Well Read #953541

Tints of Well Read #953541

Color information

#953541 (or 0x953541) is unknown color: approx Well Read. HEX triplet: 95, 35 and 41. RGB value is (149,53,65). Sum of RGB (Red+Green+Blue) = 149+53+65=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #953541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953541 is #6ACABE. Grayscale: #535353. Windows color (decimal): -6998719 or 4273557. OLE color: 4273557.

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

Color convert

RGB1495365-
CMYK00.640.560.42
HSL352.5º47.52%39.61%-
HSV(B)352.5º64.43%58.43%-
XYZ14.629.326.03-
YUV83.07117.8175.02-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 53 (21.09% from 255) = 19.85%
BLUE value IS 65 (25.78% from 255) = 24.34%
R=55.81%
G=19.85%
B=24.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149536500.640.560.42352.547.5239.61
Hex953541040382A1603028
Octal22565101010070525406050
Binary10010101110101100000101000000111000101010101100000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953541; }

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

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

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

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

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

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

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

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