#8B2838

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

Shades of Shiraz #8B2838

Tints of Shiraz #8B2838

Color information

#8B2838 (or 0x8B2838) is unknown color: approx Shiraz. HEX triplet: 8B, 28 and 38. RGB value is (139,40,56). Sum of RGB (Red+Green+Blue) = 139+40+56=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2838 is #74D7C7. Grayscale: #474747. Windows color (decimal): -7657416 or 3680395. OLE color: 3680395.

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

Color convert

RGB1394056-
CMYK00.710.600.45
HSL350.3º55.31%35.1%-
HSV(B)350.3º71.22%54.51%-
XYZ12.127.294.51-
YUV71.42119.3176.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.15%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 56 (22.27% from 255) = 23.83%
R=59.15%
G=17.02%
B=23.83%

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
Decimal139405600.710.600.45350.355.3135.1
Hex8B28380473C2D15e3723
Octal2135070010774555366743
Binary1000101110100011100001000111111100101101101011110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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