#861A37

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

Shades of Shiraz #861A37

Tints of Shiraz #861A37

Color information

#861A37 (or 0x861A37) is unknown color: approx Shiraz. HEX triplet: 86, 1A and 37. RGB value is (134,26,55). Sum of RGB (Red+Green+Blue) = 134+26+55=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #861A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861A37 is #79E5C8. Grayscale: #3D3D3D. Windows color (decimal): -7988681 or 3611270. OLE color: 3611270.

HSL color Cylindrical-coordinate representation of color #861A37: hue angle of 343.89º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861A37 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1342655-
CMYK00.810.590.47
HSL343.89º67.5%31.37%-
HSV(B)343.89º80.6%52.55%-
XYZ10.896.084.21-
YUV61.6124.28179.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.33%
GREEN value IS 26 (10.55% from 255) = 12.09%
BLUE value IS 55 (21.88% from 255) = 25.58%
R=62.33%
G=12.09%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134265500.810.590.47343.8967.531.37
Hex861A370513B2F158441f
Octal20632670121735753010437
Binary100001101101011011101010001111011101111101011000100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,26,55); }

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

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

 a { background-color: rgb(134,26,55); }

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

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

 span { border-color: rgb(134,26,55); }

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