#8B303D

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

Shades of Well Read #8B303D

Tints of Well Read #8B303D

Color information

#8B303D (or 0x8B303D) is unknown color: approx Well Read. HEX triplet: 8B, 30 and 3D. RGB value is (139,48,61). Sum of RGB (Red+Green+Blue) = 139+48+61=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 61 (24.22% from 255 or 24.60% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B303D is #74CFC2. Grayscale: #4C4C4C. Windows color (decimal): -7655363 or 4010123. OLE color: 4010123.

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

Color convert

RGB1394861-
CMYK00.650.560.45
HSL351.43º48.66%36.67%-
HSV(B)351.43º65.47%54.51%-
XYZ12.557.945.29-
YUV76.69119.15172.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 56.05%
GREEN value IS 48 (19.14% from 255) = 19.35%
BLUE value IS 61 (24.22% from 255) = 24.60%
R=56.05%
G=19.35%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139486100.650.560.45351.4348.6636.67
Hex8B303D041382D15f3125
Octal2136075010170555376145
Binary1000101111000011110101000001111000101101101011111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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