#8B2636

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

Shades of Shiraz #8B2636

Tints of Shiraz #8B2636

Color information

#8B2636 (or 0x8B2636) is unknown color: approx Shiraz. HEX triplet: 8B, 26 and 36. RGB value is (139,38,54). Sum of RGB (Red+Green+Blue) = 139+38+54=231 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.17% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 54 (21.48% from 255 or 23.38% from 231); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2636 is #74D9C9. Grayscale: #464646. Windows color (decimal): -7657930 or 3548811. OLE color: 3548811.

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

Color convert

RGB1393854-
CMYK00.730.610.45
HSL350.5º57.06%34.71%-
HSV(B)350.5º72.66%54.51%-
XYZ12.017.144.24-
YUV70.02118.96177.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.17%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 54 (21.48% from 255) = 23.38%
R=60.17%
G=16.45%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139385400.730.610.45350.557.0634.71
Hex8B26360493D2D15e3923
Octal2134666011175555367143
Binary1000101110011011011001001001111101101101101011110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,38,54); }

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

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

 a { background-color: rgb(139,38,54); }

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

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

 span { border-color: rgb(139,38,54); }

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