#861D3C

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

Shades of Shiraz #861D3C

Tints of Shiraz #861D3C

Color information

#861D3C (or 0x861D3C) is unknown color: approx Shiraz. HEX triplet: 86, 1D and 3C. RGB value is (134,29,60). Sum of RGB (Red+Green+Blue) = 134+29+60=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 29 (11.72% from 255 or 13.00% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #861D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861D3C is #79E2C3. Grayscale: #3F3F3F. Windows color (decimal): -7987908 or 3939718. OLE color: 3939718.

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

Color convert

RGB1342960-
CMYK00.780.550.47
HSL342.29º64.42%31.96%-
HSV(B)342.29º78.36%52.55%-
XYZ11.096.274.9-
YUV63.93125.79177.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.09%
GREEN value IS 29 (11.72% from 255) = 13.00%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=60.09%
G=13.00%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134296000.780.550.47342.2964.4231.96
Hex861D3C04E372F1564020
Octal20635740116675752610040
Binary1000011011101111100010011101101111011111010101101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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