#8B303E

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

Shades of Well Read #8B303E

Tints of Well Read #8B303E

Color information

#8B303E (or 0x8B303E) is unknown color: approx Well Read. HEX triplet: 8B, 30 and 3E. RGB value is (139,48,62). Sum of RGB (Red+Green+Blue) = 139+48+62=249 (32% of max value = 765). Red value is 139 (54.69% from 255 or 55.82% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 62 (24.61% from 255 or 24.90% from 249); Max value from RGB is 139 - color contains mainly: red. Hex color #8B303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B303E is #74CFC1. Grayscale: #4C4C4C. Windows color (decimal): -7655362 or 4075659. OLE color: 4075659.

HSL color Cylindrical-coordinate representation of color #8B303E: hue angle of 350.77º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B303E is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB1394862-
CMYK00.650.550.45
HSL350.77º48.66%36.67%-
HSV(B)350.77º65.47%54.51%-
XYZ12.577.955.43-
YUV76.8119.65172.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.82%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 62 (24.61% from 255) = 24.90%
R=55.82%
G=19.28%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139486200.650.550.45350.7748.6636.67
Hex8B303E041372D15f3125
Octal2136076010167555376145
Binary1000101111000011111001000001110111101101101011111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,48,62); }

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

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

 a { background-color: rgb(139,48,62); }

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

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

 span { border-color: rgb(139,48,62); }

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