#8B2532

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

Shades of Shiraz #8B2532

Tints of Shiraz #8B2532

Color information

#8B2532 (or 0x8B2532) is unknown color: approx Shiraz. HEX triplet: 8B, 25 and 32. RGB value is (139,37,50). Sum of RGB (Red+Green+Blue) = 139+37+50=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2532 is #74DACD. Grayscale: #454545. Windows color (decimal): -7658190 or 3286411. OLE color: 3286411.

HSL color Cylindrical-coordinate representation of color #8B2532: hue angle of 352.35º degrees, saturation: 0.58, 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 #8B2532 is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB1393750-
CMYK00.730.640.45
HSL352.35º57.95%34.51%-
HSV(B)352.35º73.38%54.51%-
XYZ11.887.043.75-
YUV68.98117.29177.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.50%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=61.50%
G=16.37%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139375000.730.640.45352.3557.9534.51
Hex8B2532049402D1603a23
Octal21345620111100555407243
Binary10001011100101110010010010011000000101101101100000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,37,50); }

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

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

 a { background-color: rgb(139,37,50); }

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

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

 span { border-color: rgb(139,37,50); }

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