#862C3B

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

Shades of Shiraz #862C3B

Tints of Shiraz #862C3B

Color information

#862C3B (or 0x862C3B) is unknown color: approx Shiraz. HEX triplet: 86, 2C and 3B. RGB value is (134,44,59). Sum of RGB (Red+Green+Blue) = 134+44+59=237 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.54% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 134 - color contains mainly: red. Hex color #862C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862C3B is #79D3C4. Grayscale: #484848. Windows color (decimal): -7984069 or 3878022. OLE color: 3878022.

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

Color convert

RGB1344459-
CMYK00.670.560.47
HSL350º50.56%34.9%-
HSV(B)350º67.16%52.55%-
XYZ11.527.194.92-
YUV72.62120.32171.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.54%
GREEN value IS 44 (17.58% from 255) = 18.57%
BLUE value IS 59 (23.44% from 255) = 24.89%
R=56.54%
G=18.57%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134445900.670.560.4735050.5634.9
Hex862C3B043382F15e3323
Octal2065473010370575366343
Binary1000011010110011101101000011111000101111101011110110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,44,59); }

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

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

 a { background-color: rgb(134,44,59); }

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

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

 span { border-color: rgb(134,44,59); }

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