#993540

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

Shades of Well Read #993540

Tints of Well Read #993540

Color information

#993540 (or 0x993540) is unknown color: approx Well Read. HEX triplet: 99, 35 and 40. RGB value is (153,53,64). Sum of RGB (Red+Green+Blue) = 153+53+64=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #993540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993540 is #66CABF. Grayscale: #545454. Windows color (decimal): -6736576 or 4208025. OLE color: 4208025.

HSL color Cylindrical-coordinate representation of color #993540: hue angle of 353.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993540 is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB1535364-
CMYK00.650.580.4
HSL353.4º48.54%40.39%-
HSV(B)353.4º65.36%60%-
XYZ15.349.695.91-
YUV84.15116.63177.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.67%
GREEN value IS 53 (21.09% from 255) = 19.63%
BLUE value IS 64 (25.39% from 255) = 23.70%
R=56.67%
G=19.63%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153536400.650.580.4353.448.5440.39
Hex9935400413A281613128
Octal23165100010172505416150
Binary10011001110101100000001000001111010101000101100001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993540; }

 p { color: rgb(153,53,64); }

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

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

 a { background-color: rgb(153,53,64); }

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

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

 span { border-color: rgb(153,53,64); }

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