#8B3041

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

Shades of Well Read #8B3041

Tints of Well Read #8B3041

Color information

#8B3041 (or 0x8B3041) is unknown color: approx Well Read. HEX triplet: 8B, 30 and 41. RGB value is (139,48,65). Sum of RGB (Red+Green+Blue) = 139+48+65=252 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.16% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3041 is #74CFBE. Grayscale: #4D4D4D. Windows color (decimal): -7655359 or 4272267. OLE color: 4272267.

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

Color convert

RGB1394865-
CMYK00.650.530.45
HSL348.79º48.66%36.67%-
HSV(B)348.79º65.47%54.51%-
XYZ12.667.985.88-
YUV77.15121.15172.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 55.16%
GREEN value IS 48 (19.14% from 255) = 19.05%
BLUE value IS 65 (25.78% from 255) = 25.79%
R=55.16%
G=19.05%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139486500.650.530.45348.7948.6636.67
Hex8B3041041352D15d3125
Octal21360101010165555356145
Binary10001011110000100000101000001110101101101101011101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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