#8B213C

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

Shades of Shiraz #8B213C

Tints of Shiraz #8B213C

Color information

#8B213C (or 0x8B213C) is unknown color: approx Shiraz. HEX triplet: 8B, 21 and 3C. RGB value is (139,33,60). Sum of RGB (Red+Green+Blue) = 139+33+60=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B213C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B213C is #74DEC3. Grayscale: #434343. Windows color (decimal): -7659204 or 3940747. OLE color: 3940747.

HSL color Cylindrical-coordinate representation of color #8B213C: hue angle of 344.72º degrees, saturation: 0.62, 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 #8B213C is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB1393360-
CMYK00.760.570.45
HSL344.72º61.63%33.73%-
HSV(B)344.72º76.26%54.51%-
XYZ12.016.94.97-
YUV67.77123.62178.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.91%
GREEN value IS 33 (13.28% from 255) = 14.22%
BLUE value IS 60 (23.83% from 255) = 25.86%
R=59.91%
G=14.22%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139336000.760.570.45344.7261.6333.73
Hex8B213C04C392D1593e22
Octal2134174011471555317642
Binary1000101110000111110001001100111001101101101011001111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B213C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,33,60); }

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

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

 a { background-color: rgb(139,33,60); }

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

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

 span { border-color: rgb(139,33,60); }

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