#8B283E

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

Shades of Shiraz #8B283E

Tints of Shiraz #8B283E

Color information

#8B283E (or 0x8B283E) is unknown color: approx Shiraz. HEX triplet: 8B, 28 and 3E. RGB value is (139,40,62). Sum of RGB (Red+Green+Blue) = 139+40+62=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B283E is #74D7C1. Grayscale: #484848. Windows color (decimal): -7657410 or 4073611. OLE color: 4073611.

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

Color convert

RGB1394062-
CMYK00.710.550.45
HSL346.67º55.31%35.1%-
HSV(B)346.67º71.22%54.51%-
XYZ12.287.355.33-
YUV72.11122.3175.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.68%
GREEN value IS 40 (16.02% from 255) = 16.60%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=57.68%
G=16.60%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139406200.710.550.45346.6755.3135.1
Hex8B283E047372D15b3723
Octal2135076010767555336743
Binary1000101110100011111001000111110111101101101011011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B283E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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