#93393E

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

Shades of Well Read #93393E

Tints of Well Read #93393E

Color information

#93393E (or 0x93393E) is unknown color: approx Well Read. HEX triplet: 93, 39 and 3E. RGB value is (147,57,62). Sum of RGB (Red+Green+Blue) = 147+57+62=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #93393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93393E is #6CC6C1. Grayscale: #545454. Windows color (decimal): -7128770 or 4077971. OLE color: 4077971.

HSL color Cylindrical-coordinate representation of color #93393E: hue angle of 356.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93393E is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1475762-
CMYK00.610.580.42
HSL356.67º44.12%40%-
HSV(B)356.67º61.22%57.65%-
XYZ14.379.485.63-
YUV84.48115.32172.59-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 55.26%
GREEN value IS 57 (22.66% from 255) = 21.43%
BLUE value IS 62 (24.61% from 255) = 23.31%
R=55.26%
G=21.43%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147576200.610.580.42356.6744.1240
Hex93393E03D3A2A1652c28
Octal223717607572525455450
Binary100100111110011111100111101111010101010101100101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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