#93303a

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

Shades of Well Read #93303A

Tints of Well Read #93303A

Color information

#93303A (or 0x93303A) is unknown color: approx Well Read. HEX triplet: 93, 30 and 3A. RGB value is (147,48,58). Sum of RGB (Red+Green+Blue) = 147+48+58=253 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.10% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 147 - color contains mainly: red. Hex color #93303A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93303A is #6CCFC5. Grayscale: #4E4E4E. Windows color (decimal): -7131078 or 3813523. OLE color: 3813523.

HSL color Cylindrical-coordinate representation of color #93303A: hue angle of 353.94º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93303A is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1474858-
CMYK00.670.610.42
HSL353.94º50.77%38.24%-
HSV(B)353.94º67.35%57.65%-
XYZ13.858.624.94-
YUV78.74116.3176.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.10%
GREEN value IS 48 (19.14% from 255) = 18.97%
BLUE value IS 58 (23.05% from 255) = 22.92%
R=58.10%
G=18.97%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147485800.670.610.42353.9450.7738.24
Hex93303A0433D2A1623326
Octal2236072010375525426346
Binary1001001111000011101001000011111101101010101100010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93303a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93303a; }

 p { color: rgb(147,48,58); }

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

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

 a { background-color: rgb(147,48,58); }

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

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

 span { border-color: rgb(147,48,58); }

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