#8B303F

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

Shades of Well Read #8B303F

Tints of Well Read #8B303F

Color information

#8B303F (or 0x8B303F) is unknown color: approx Well Read. HEX triplet: 8B, 30 and 3F. RGB value is (139,48,63). Sum of RGB (Red+Green+Blue) = 139+48+63=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 63 (25% from 255 or 25.2% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B303F is #74CFC0. Grayscale: #4C4C4C. Windows color (decimal): -7655361 or 4141195. OLE color: 4141195.

HSL color Cylindrical-coordinate representation of color #8B303F: hue angle of 350.11º 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 #8B303F is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB1394863-
CMYK00.650.550.45
HSL350.11º48.66%36.67%-
HSV(B)350.11º65.47%54.51%-
XYZ12.67.965.58-
YUV76.92120.15172.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.6%
GREEN value IS 48 (19.14% from 255) = 19.2%
BLUE value IS 63 (25% from 255) = 25.2%
R=55.6%
G=19.2%
B=25.2%

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
Decimal139486300.650.550.45350.1148.6636.67
Hex8B303F041372D15e3125
Octal2136077010167555366145
Binary1000101111000011111101000001110111101101101011110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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