#953337

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

Shades of Well Read #953337

Tints of Well Read #953337

Color information

#953337 (or 0x953337) is unknown color: approx Well Read. HEX triplet: 95, 33 and 37. RGB value is (149,51,55). Sum of RGB (Red+Green+Blue) = 149+51+55=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #953337 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953337 is #6ACCC8. Grayscale: #505050. Windows color (decimal): -6999241 or 3617685. OLE color: 3617685.

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

Color convert

RGB1495155-
CMYK00.660.630.42
HSL357.55º49%39.22%-
HSV(B)357.55º65.77%58.43%-
XYZ14.279.034.61-
YUV80.76113.47176.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.43%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 55 (21.88% from 255) = 21.57%
R=58.43%
G=20%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149515500.660.630.42357.554939.22
Hex9533370423F2A1663127
Octal2256367010277525466147
Binary1001010111001111011101000010111111101010101100110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953337; }

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

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

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

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

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

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

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

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