#8B253F

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

Shades of Shiraz #8B253F

Tints of Shiraz #8B253F

Color information

#8B253F (or 0x8B253F) is unknown color: approx Shiraz. HEX triplet: 8B, 25 and 3F. RGB value is (139,37,63). Sum of RGB (Red+Green+Blue) = 139+37+63=239 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.16% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 139 - color contains mainly: red. Hex color #8B253F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B253F is #74DAC0. Grayscale: #464646. Windows color (decimal): -7658177 or 4138379. OLE color: 4138379.

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

Color convert

RGB1393763-
CMYK00.730.550.45
HSL344.71º57.95%34.51%-
HSV(B)344.71º73.38%54.51%-
XYZ12.217.175.44-
YUV70.46123.79176.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 58.16%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 63 (25% from 255) = 26.36%
R=58.16%
G=15.48%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139376300.730.550.45344.7157.9534.51
Hex8B253F049372D1593a23
Octal2134577011167555317243
Binary1000101110010111111101001001110111101101101011001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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