#953343

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

Shades of Well Read #953343

Tints of Well Read #953343

Color information

#953343 (or 0x953343) is unknown color: approx Well Read. HEX triplet: 95, 33 and 43. RGB value is (149,51,67). Sum of RGB (Red+Green+Blue) = 149+51+67=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #953343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953343 is #6ACCBC. Grayscale: #525252. Windows color (decimal): -6999229 or 4404117. OLE color: 4404117.

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

Color convert

RGB1495167-
CMYK00.660.550.42
HSL350.2º49%39.22%-
HSV(B)350.2º65.77%58.43%-
XYZ14.599.166.31-
YUV82.13119.47175.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=55.81%
G=19.10%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149516700.660.550.42350.24939.22
Hex953343042372A15e3127
Octal22563103010267525366147
Binary10010101110011100001101000010110111101010101011110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953343; }

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

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

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

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

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

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

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

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