#93363E

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

Shades of Well Read #93363E

Tints of Well Read #93363E

Color information

#93363E (or 0x93363E) is unknown color: approx Well Read. HEX triplet: 93, 36 and 3E. RGB value is (147,54,62). Sum of RGB (Red+Green+Blue) = 147+54+62=263 (34% of max value = 765). Red value is 147 (57.81% from 255 or 55.89% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 147 - color contains mainly: red. Hex color #93363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93363E is #6CC9C1. Grayscale: #525252. Windows color (decimal): -7129538 or 4077203. OLE color: 4077203.

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

Color convert

RGB1475462-
CMYK00.630.580.42
HSL354.84º46.27%39.41%-
HSV(B)354.84º63.27%57.65%-
XYZ14.229.195.58-
YUV82.72116.31173.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.89%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 62 (24.61% from 255) = 23.57%
R=55.89%
G=20.53%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147546200.630.580.42354.8446.2739.41
Hex93363E03F3A2A1632e27
Octal223667607772525435647
Binary100100111101101111100111111111010101010101100011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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