#861D33

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

Shades of Shiraz #861D33

Tints of Shiraz #861D33

Color information

#861D33 (or 0x861D33) is unknown color: approx Shiraz. HEX triplet: 86, 1D and 33. RGB value is (134,29,51). Sum of RGB (Red+Green+Blue) = 134+29+51=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 29 (11.72% from 255 or 13.55% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #861D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861D33 is #79E2CC. Grayscale: #3E3E3E. Windows color (decimal): -7987917 or 3349894. OLE color: 3349894.

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

Color convert

RGB1342951-
CMYK00.780.620.47
HSL347.43º64.42%31.96%-
HSV(B)347.43º78.36%52.55%-
XYZ10.876.193.75-
YUV62.9121.29178.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.62%
GREEN value IS 29 (11.72% from 255) = 13.55%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=62.62%
G=13.55%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134295100.780.620.47347.4364.4231.96
Hex861D3304E3E2F15b4020
Octal20635630116765753310040
Binary1000011011101110011010011101111101011111010110111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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