#93353A

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

Shades of Well Read #93353A

Tints of Well Read #93353A

Color information

#93353A (or 0x93353A) is unknown color: approx Well Read. HEX triplet: 93, 35 and 3A. RGB value is (147,53,58). Sum of RGB (Red+Green+Blue) = 147+53+58=258 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.98% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 147 - color contains mainly: red. Hex color #93353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93353A is #6CCAC5. Grayscale: #515151. Windows color (decimal): -7129798 or 3814803. OLE color: 3814803.

HSL color Cylindrical-coordinate representation of color #93353A: hue angle of 356.81º 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 #93353A is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB1475358-
CMYK00.640.610.42
HSL356.81º47%39.22%-
HSV(B)356.81º63.95%57.65%-
XYZ14.079.055.01-
YUV81.68114.64174.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.98%
GREEN value IS 53 (21.09% from 255) = 20.54%
BLUE value IS 58 (23.05% from 255) = 22.48%
R=56.98%
G=20.54%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147535800.640.610.42356.814739.22
Hex93353A0403D2A1652f27
Octal2236572010075525455747
Binary1001001111010111101001000000111101101010101100101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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