#8B1830

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

Shades of Shiraz #8B1830

Tints of Shiraz #8B1830

Color information

#8B1830 (or 0x8B1830) is unknown color: approx Shiraz. HEX triplet: 8B, 18 and 30. RGB value is (139,24,48). Sum of RGB (Red+Green+Blue) = 139+24+48=211 (27% of max value = 765). Red value is 139 (54.69% from 255 or 65.88% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1830 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1830 is #74E7CF. Grayscale: #3D3D3D. Windows color (decimal): -7661520 or 3152011. OLE color: 3152011.

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

Color convert

RGB1392448-
CMYK00.830.650.45
HSL347.48º70.55%31.96%-
HSV(B)347.48º82.73%54.51%-
XYZ11.516.363.42-
YUV61.12120.6183.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.88%
GREEN value IS 24 (9.77% from 255) = 11.37%
BLUE value IS 48 (19.14% from 255) = 22.75%
R=65.88%
G=11.37%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139244800.830.650.45347.4870.5531.96
Hex8B1830053412D15b4720
Octal213306001231015553310740
Binary10001011110001100000101001110000011011011010110111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,24,48); }

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

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

 a { background-color: rgb(139,24,48); }

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

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

 span { border-color: rgb(139,24,48); }

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