#93363B

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

Shades of Well Read #93363B

Tints of Well Read #93363B

Color information

#93363B (or 0x93363B) is unknown color: approx Well Read. HEX triplet: 93, 36 and 3B. RGB value is (147,54,59). Sum of RGB (Red+Green+Blue) = 147+54+59=260 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.54% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 147 - color contains mainly: red. Hex color #93363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93363B is #6CC9C4. Grayscale: #525252. Windows color (decimal): -7129541 or 3880595. OLE color: 3880595.

HSL color Cylindrical-coordinate representation of color #93363B: hue angle of 356.77º 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 #93363B is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1475459-
CMYK00.630.600.42
HSL356.77º46.27%39.41%-
HSV(B)356.77º63.27%57.65%-
XYZ14.149.165.16-
YUV82.38114.81174.09-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.54%
GREEN value IS 54 (21.48% from 255) = 20.77%
BLUE value IS 59 (23.44% from 255) = 22.69%
R=56.54%
G=20.77%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147545900.630.600.42356.7746.2739.41
Hex93363B03F3C2A1652e27
Octal223667307774525455647
Binary100100111101101110110111111111100101010101100101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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