#953340

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

Shades of Well Read #953340

Tints of Well Read #953340

Color information

#953340 (or 0x953340) is unknown color: approx Well Read. HEX triplet: 95, 33 and 40. RGB value is (149,51,64). Sum of RGB (Red+Green+Blue) = 149+51+64=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 64 (25.39% from 255 or 24.24% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #953340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953340 is #6ACCBF. Grayscale: #515151. Windows color (decimal): -6999232 or 4207509. OLE color: 4207509.

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

Color convert

RGB1495164-
CMYK00.660.570.42
HSL352.04º49%39.22%-
HSV(B)352.04º65.77%58.43%-
XYZ14.59.135.85-
YUV81.78117.97175.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.44%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 64 (25.39% from 255) = 24.24%
R=56.44%
G=19.32%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149516400.660.570.42352.044939.22
Hex953340042392A1603127
Octal22563100010271525406147
Binary10010101110011100000001000010111001101010101100000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953340; }

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

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

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

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

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

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

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

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