#8B2236

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

Shades of Shiraz #8B2236

Tints of Shiraz #8B2236

Color information

#8B2236 (or 0x8B2236) is unknown color: approx Shiraz. HEX triplet: 8B, 22 and 36. RGB value is (139,34,54). Sum of RGB (Red+Green+Blue) = 139+34+54=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2236 is #74DDC9. Grayscale: #434343. Windows color (decimal): -7658954 or 3547787. OLE color: 3547787.

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

Color convert

RGB1393454-
CMYK00.760.610.45
HSL348.57º60.69%33.92%-
HSV(B)348.57º75.54%54.51%-
XYZ11.896.94.2-
YUV67.68120.29178.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.23%
GREEN value IS 34 (13.67% from 255) = 14.98%
BLUE value IS 54 (21.48% from 255) = 23.79%
R=61.23%
G=14.98%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139345400.760.610.45348.5760.6933.92
Hex8B223604C3D2D15d3d22
Octal2134266011475555357542
Binary1000101110001011011001001100111101101101101011101111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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