#93303F

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

Shades of Well Read #93303F

Tints of Well Read #93303F

Color information

#93303F (or 0x93303F) is unknown color: approx Well Read. HEX triplet: 93, 30 and 3F. RGB value is (147,48,63). Sum of RGB (Red+Green+Blue) = 147+48+63=258 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.98% from 258); Green value is 48 (19.14% from 255 or 18.60% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 147 - color contains mainly: red. Hex color #93303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93303F is #6CCFC0. Grayscale: #4F4F4F. Windows color (decimal): -7131073 or 4141203. OLE color: 4141203.

HSL color Cylindrical-coordinate representation of color #93303F: hue angle of 350.91º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93303F is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB1474863-
CMYK00.670.570.42
HSL350.91º50.77%38.24%-
HSV(B)350.91º67.35%57.65%-
XYZ13.998.685.64-
YUV79.31118.8176.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 56.98%
GREEN value IS 48 (19.14% from 255) = 18.60%
BLUE value IS 63 (25% from 255) = 24.42%
R=56.98%
G=18.60%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147486300.670.570.42350.9150.7738.24
Hex93303F043392A15f3326
Octal2236077010371525376346
Binary1001001111000011111101000011111001101010101011111110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93303F; }

 p { color: rgb(147,48,63); }

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

<style>
 a { background-color: #93303F; }

 a { background-color: rgb(147,48,63); }

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

<style>
 span { border-color: #93303F; }

 span { border-color: rgb(147,48,63); }

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