#953441

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

Shades of Well Read #953441

Tints of Well Read #953441

Color information

#953441 (or 0x953441) is unknown color: approx Well Read. HEX triplet: 95, 34 and 41. RGB value is (149,52,65). Sum of RGB (Red+Green+Blue) = 149+52+65=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #953441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953441 is #6ACBBE. Grayscale: #525252. Windows color (decimal): -6998975 or 4273301. OLE color: 4273301.

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

Color convert

RGB1495265-
CMYK00.650.560.42
HSL351.96º48.26%39.41%-
HSV(B)351.96º65.1%58.43%-
XYZ14.589.236.01-
YUV82.48118.14175.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.02%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 65 (25.78% from 255) = 24.44%
R=56.02%
G=19.55%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149526500.650.560.42351.9648.2639.41
Hex953441041382A1603027
Octal22564101010170525406047
Binary10010101110100100000101000001111000101010101100000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953441; }

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

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

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

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

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

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

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

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