#861D36

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

Shades of Shiraz #861D36

Tints of Shiraz #861D36

Color information

#861D36 (or 0x861D36) is unknown color: approx Shiraz. HEX triplet: 86, 1D and 36. RGB value is (134,29,54). Sum of RGB (Red+Green+Blue) = 134+29+54=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #861D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861D36 is #79E2C9. Grayscale: #3F3F3F. Windows color (decimal): -7987914 or 3546502. OLE color: 3546502.

HSL color Cylindrical-coordinate representation of color #861D36: hue angle of 345.71º degrees, saturation: 0.64, 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 #861D36 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1342954-
CMYK00.780.600.47
HSL345.71º64.42%31.96%-
HSV(B)345.71º78.36%52.55%-
XYZ10.946.214.11-
YUV63.24122.79178.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.75%
GREEN value IS 29 (11.72% from 255) = 13.36%
BLUE value IS 54 (21.48% from 255) = 24.88%
R=61.75%
G=13.36%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134295400.780.600.47345.7164.4231.96
Hex861D3604E3C2F15a4020
Octal20635660116745753210040
Binary1000011011101110110010011101111001011111010110101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,29,54); }

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

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

 a { background-color: rgb(134,29,54); }

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

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

 span { border-color: rgb(134,29,54); }

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