#953440

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

Shades of Well Read #953440

Tints of Well Read #953440

Color information

#953440 (or 0x953440) is unknown color: approx Well Read. HEX triplet: 95, 34 and 40. RGB value is (149,52,64). Sum of RGB (Red+Green+Blue) = 149+52+64=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #953440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953440 is #6ACBBF. Grayscale: #525252. Windows color (decimal): -6998976 or 4207765. OLE color: 4207765.

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

Color convert

RGB1495264-
CMYK00.650.570.42
HSL352.58º48.26%39.41%-
HSV(B)352.58º65.1%58.43%-
XYZ14.559.225.86-
YUV82.37117.64175.52-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 52 (20.70% from 255) = 19.62%
BLUE value IS 64 (25.39% from 255) = 24.15%
R=56.23%
G=19.62%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149526400.650.570.42352.5848.2639.41
Hex953440041392A1613027
Octal22564100010171525416047
Binary10010101110100100000001000001111001101010101100001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953440; }

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

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

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

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

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

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

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

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