#861A38

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

Shades of Shiraz #861A38

Tints of Shiraz #861A38

Color information

#861A38 (or 0x861A38) is unknown color: approx Shiraz. HEX triplet: 86, 1A and 38. RGB value is (134,26,56). Sum of RGB (Red+Green+Blue) = 134+26+56=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #861A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861A38 is #79E5C7. Grayscale: #3D3D3D. Windows color (decimal): -7988680 or 3676806. OLE color: 3676806.

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

Color convert

RGB1342656-
CMYK00.810.580.47
HSL343.33º67.5%31.37%-
HSV(B)343.33º80.6%52.55%-
XYZ10.916.094.34-
YUV61.71124.78179.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.04%
GREEN value IS 26 (10.55% from 255) = 12.04%
BLUE value IS 56 (22.27% from 255) = 25.93%
R=62.04%
G=12.04%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134265600.810.580.47343.3367.531.37
Hex861A380513A2F157441f
Octal20632700121725752710437
Binary100001101101011100001010001111010101111101010111100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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