#862A3D

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

Shades of Shiraz #862A3D

Tints of Shiraz #862A3D

Color information

#862A3D (or 0x862A3D) is unknown color: approx Shiraz. HEX triplet: 86, 2A and 3D. RGB value is (134,42,61). Sum of RGB (Red+Green+Blue) = 134+42+61=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 42 (16.80% from 255 or 17.72% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #862A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862A3D is #79D5C2. Grayscale: #474747. Windows color (decimal): -7984579 or 4008582. OLE color: 4008582.

HSL color Cylindrical-coordinate representation of color #862A3D: hue angle of 347.61º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862A3D is Cyan = 0, Magento = 0.69, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1344261-
CMYK00.690.540.47
HSL347.61º52.27%34.51%-
HSV(B)347.61º68.66%52.55%-
XYZ11.57.065.17-
YUV71.67121.98172.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 42 (16.80% from 255) = 17.72%
BLUE value IS 61 (24.22% from 255) = 25.74%
R=56.54%
G=17.72%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134426100.690.540.47347.6152.2734.51
Hex862A3D045362F15c3423
Octal2065275010566575346443
Binary1000011010101011110101000101110110101111101011100110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862A3D; }

 p { color: rgb(134,42,61); }

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

<style>
 a { background-color: #862A3D; }

 a { background-color: rgb(134,42,61); }

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

<style>
 span { border-color: #862A3D; }

 span { border-color: rgb(134,42,61); }

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