#861E3A

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

Shades of Shiraz #861E3A

Tints of Shiraz #861E3A

Color information

#861E3A (or 0x861E3A) is unknown color: approx Shiraz. HEX triplet: 86, 1E and 3A. RGB value is (134,30,58). Sum of RGB (Red+Green+Blue) = 134+30+58=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #861E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861E3A is #79E1C5. Grayscale: #404040. Windows color (decimal): -7987654 or 3808902. OLE color: 3808902.

HSL color Cylindrical-coordinate representation of color #861E3A: hue angle of 343.85º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861E3A is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1343058-
CMYK00.780.570.47
HSL343.85º63.41%32.16%-
HSV(B)343.85º77.61%52.55%-
XYZ11.066.34.64-
YUV64.29124.46177.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.36%
GREEN value IS 30 (12.11% from 255) = 13.51%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=60.36%
G=13.51%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134305800.780.570.47343.8563.4132.16
Hex861E3A04E392F1583f20
Octal2063672011671575307740
Binary100001101111011101001001110111001101111101011000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861E3A; }

 p { color: rgb(134,30,58); }

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

<style>
 a { background-color: #861E3A; }

 a { background-color: rgb(134,30,58); }

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

<style>
 span { border-color: #861E3A; }

 span { border-color: rgb(134,30,58); }

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