#93353C

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

Shades of Well Read #93353C

Tints of Well Read #93353C

Color information

#93353C (or 0x93353C) is unknown color: approx Well Read. HEX triplet: 93, 35 and 3C. RGB value is (147,53,60). Sum of RGB (Red+Green+Blue) = 147+53+60=260 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.54% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 147 - color contains mainly: red. Hex color #93353C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93353C is #6CCAC3. Grayscale: #515151. Windows color (decimal): -7129796 or 3945875. OLE color: 3945875.

HSL color Cylindrical-coordinate representation of color #93353C: hue angle of 355.53º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93353C is Cyan = 0, Magento = 0.64, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB1475360-
CMYK00.640.590.42
HSL355.53º47%39.22%-
HSV(B)355.53º63.95%57.65%-
XYZ14.129.085.28-
YUV81.9115.64174.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.54%
GREEN value IS 53 (21.09% from 255) = 20.38%
BLUE value IS 60 (23.83% from 255) = 23.08%
R=56.54%
G=20.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147536000.640.590.42355.534739.22
Hex93353C0403B2A1642f27
Octal2236574010073525445747
Binary1001001111010111110001000000111011101010101100100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93353C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93353C; }

 p { color: rgb(147,53,60); }

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

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

 a { background-color: rgb(147,53,60); }

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

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

 span { border-color: rgb(147,53,60); }

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