#8A363D

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

Shades of Well Read #8A363D

Tints of Well Read #8A363D

Color information

#8A363D (or 0x8A363D) is unknown color: approx Well Read. HEX triplet: 8A, 36 and 3D. RGB value is (138,54,61). Sum of RGB (Red+Green+Blue) = 138+54+61=253 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.55% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 138 - color contains mainly: red. Hex color #8A363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A363D is #75C9C2. Grayscale: #4F4F4F. Windows color (decimal): -7719363 or 4011658. OLE color: 4011658.

HSL color Cylindrical-coordinate representation of color #8A363D: hue angle of 355º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A363D is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB1385461-
CMYK00.610.560.46
HSL355º43.75%37.65%-
HSV(B)355º60.87%54.12%-
XYZ12.648.385.37-
YUV79.91117.33169.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 54.55%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=54.55%
G=21.34%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138546100.610.560.4635543.7537.65
Hex8A363D03D382E1632c26
Octal212667507570565435446
Binary100010101101101111010111101111000101110101100011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A363D; }

 p { color: rgb(138,54,61); }

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

<style>
 a { background-color: #8A363D; }

 a { background-color: rgb(138,54,61); }

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

<style>
 span { border-color: #8A363D; }

 span { border-color: rgb(138,54,61); }

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