#8B1838

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

Shades of Shiraz #8B1838

Tints of Shiraz #8B1838

Color information

#8B1838 (or 0x8B1838) is unknown color: approx Shiraz. HEX triplet: 8B, 18 and 38. RGB value is (139,24,56). Sum of RGB (Red+Green+Blue) = 139+24+56=219 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.47% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 56 (22.27% from 255 or 25.57% from 219); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1838 is #74E7C7. Grayscale: #3E3E3E. Windows color (decimal): -7661512 or 3676299. OLE color: 3676299.

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

Color convert

RGB1392456-
CMYK00.830.600.45
HSL343.3º70.55%31.96%-
HSV(B)343.3º82.73%54.51%-
XYZ11.696.434.37-
YUV62.03124.6182.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.47%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 56 (22.27% from 255) = 25.57%
R=63.47%
G=10.96%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139245600.830.600.45343.370.5531.96
Hex8B18380533C2D1574720
Octal21330700123745552710740
Binary1000101111000111000010100111111001011011010101111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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