#8B1832

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

Shades of Shiraz #8B1832

Tints of Shiraz #8B1832

Color information

#8B1832 (or 0x8B1832) is unknown color: approx Shiraz. HEX triplet: 8B, 18 and 32. RGB value is (139,24,50). Sum of RGB (Red+Green+Blue) = 139+24+50=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1832 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1832 is #74E7CD. Grayscale: #3D3D3D. Windows color (decimal): -7661518 or 3283083. OLE color: 3283083.

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

Color convert

RGB1392450-
CMYK00.830.640.45
HSL346.43º70.55%31.96%-
HSV(B)346.43º82.73%54.51%-
XYZ11.556.373.64-
YUV61.35121.6183.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 65.26%
GREEN value IS 24 (9.77% from 255) = 11.27%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=65.26%
G=11.27%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139245000.830.640.45346.4370.5531.96
Hex8B1832053402D15a4720
Octal213306201231005553210740
Binary10001011110001100100101001110000001011011010110101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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