#953345

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

Shades of Well Read #953345

Tints of Well Read #953345

Color information

#953345 (or 0x953345) is unknown color: approx Well Read. HEX triplet: 95, 33 and 45. RGB value is (149,51,69). Sum of RGB (Red+Green+Blue) = 149+51+69=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #953345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953345 is #6ACCBA. Grayscale: #525252. Windows color (decimal): -6999227 or 4535189. OLE color: 4535189.

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

Color convert

RGB1495169-
CMYK00.660.540.42
HSL348.98º49%39.22%-
HSV(B)348.98º65.77%58.43%-
XYZ14.659.196.63-
YUV82.35120.47175.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.39%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 69 (27.34% from 255) = 25.65%
R=55.39%
G=18.96%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149516900.660.540.42348.984939.22
Hex953345042362A15d3127
Octal22563105010266525356147
Binary10010101110011100010101000010110110101010101011101110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953345; }

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

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

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

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

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

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

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

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