#93363A

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

Shades of Well Read #93363A

Tints of Well Read #93363A

Color information

#93363A (or 0x93363A) is unknown color: approx Well Read. HEX triplet: 93, 36 and 3A. RGB value is (147,54,58). Sum of RGB (Red+Green+Blue) = 147+54+58=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 58 (23.05% from 255 or 22.39% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #93363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93363A is #6CC9C5. Grayscale: #525252. Windows color (decimal): -7129542 or 3815059. OLE color: 3815059.

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

Color convert

RGB1475458-
CMYK00.630.610.42
HSL357.42º46.27%39.41%-
HSV(B)357.42º63.27%57.65%-
XYZ14.129.155.02-
YUV82.26114.31174.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.76%
GREEN value IS 54 (21.48% from 255) = 20.85%
BLUE value IS 58 (23.05% from 255) = 22.39%
R=56.76%
G=20.85%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147545800.630.610.42357.4246.2739.41
Hex93363A03F3D2A1652e27
Octal223667207775525455647
Binary100100111101101110100111111111101101010101100101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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