#8B283F

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

Shades of Shiraz #8B283F

Tints of Shiraz #8B283F

Color information

#8B283F (or 0x8B283F) is unknown color: approx Shiraz. HEX triplet: 8B, 28 and 3F. RGB value is (139,40,63). Sum of RGB (Red+Green+Blue) = 139+40+63=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B283F is #74D7C0. Grayscale: #484848. Windows color (decimal): -7657409 or 4139147. OLE color: 4139147.

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

Color convert

RGB1394063-
CMYK00.710.550.45
HSL346.06º55.31%35.1%-
HSV(B)346.06º71.22%54.51%-
XYZ12.37.375.48-
YUV72.22122.8175.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 57.44%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 63 (25% from 255) = 26.03%
R=57.44%
G=16.53%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139406300.710.550.45346.0655.3135.1
Hex8B283F047372D15a3723
Octal2135077010767555326743
Binary1000101110100011111101000111110111101101101011010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B283F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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