#8B2639

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

Shades of Shiraz #8B2639

Tints of Shiraz #8B2639

Color information

#8B2639 (or 0x8B2639) is unknown color: approx Shiraz. HEX triplet: 8B, 26 and 39. RGB value is (139,38,57). Sum of RGB (Red+Green+Blue) = 139+38+57=234 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.40% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 57 (22.66% from 255 or 24.36% from 234); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2639 is #74D9C6. Grayscale: #464646. Windows color (decimal): -7657927 or 3745419. OLE color: 3745419.

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

Color convert

RGB1393857-
CMYK00.730.590.45
HSL348.71º57.06%34.71%-
HSV(B)348.71º72.66%54.51%-
XYZ12.087.174.62-
YUV70.36120.46176.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.40%
GREEN value IS 38 (15.23% from 255) = 16.24%
BLUE value IS 57 (22.66% from 255) = 24.36%
R=59.40%
G=16.24%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139385700.730.590.45348.7157.0634.71
Hex8B26390493B2D15d3923
Octal2134671011173555357143
Binary1000101110011011100101001001111011101101101011101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,38,57); }

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

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

 a { background-color: rgb(139,38,57); }

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

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

 span { border-color: rgb(139,38,57); }

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