#8B253A

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

Shades of Shiraz #8B253A

Tints of Shiraz #8B253A

Color information

#8B253A (or 0x8B253A) is unknown color: approx Shiraz. HEX triplet: 8B, 25 and 3A. RGB value is (139,37,58). Sum of RGB (Red+Green+Blue) = 139+37+58=234 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.40% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 139 - color contains mainly: red. Hex color #8B253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B253A is #74DAC5. Grayscale: #454545. Windows color (decimal): -7658182 or 3810699. OLE color: 3810699.

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

Color convert

RGB1393758-
CMYK00.730.580.45
HSL347.65º57.95%34.51%-
HSV(B)347.65º73.38%54.51%-
XYZ12.077.124.74-
YUV69.89121.29177.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.40%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 58 (23.05% from 255) = 24.79%
R=59.40%
G=15.81%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139375800.730.580.45347.6557.9534.51
Hex8B253A0493A2D15c3a23
Octal2134572011172555347243
Binary1000101110010111101001001001111010101101101011100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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