#8B2837

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

Shades of Shiraz #8B2837

Tints of Shiraz #8B2837

Color information

#8B2837 (or 0x8B2837) is unknown color: approx Shiraz. HEX triplet: 8B, 28 and 37. RGB value is (139,40,55). Sum of RGB (Red+Green+Blue) = 139+40+55=234 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.40% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 55 (21.88% from 255 or 23.50% from 234); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2837 is #74D7C8. Grayscale: #474747. Windows color (decimal): -7657417 or 3614859. OLE color: 3614859.

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

Color convert

RGB1394055-
CMYK00.710.600.45
HSL350.91º55.31%35.1%-
HSV(B)350.91º71.22%54.51%-
XYZ12.17.284.38-
YUV71.31118.8176.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.40%
GREEN value IS 40 (16.02% from 255) = 17.09%
BLUE value IS 55 (21.88% from 255) = 23.50%
R=59.40%
G=17.09%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139405500.710.600.45350.9155.3135.1
Hex8B28370473C2D15f3723
Octal2135067010774555376743
Binary1000101110100011011101000111111100101101101011111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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