#862D3C

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

Shades of Shiraz #862D3C

Tints of Shiraz #862D3C

Color information

#862D3C (or 0x862D3C) is unknown color: approx Shiraz. HEX triplet: 86, 2D and 3C. RGB value is (134,45,60). Sum of RGB (Red+Green+Blue) = 134+45+60=239 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.07% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 134 - color contains mainly: red. Hex color #862D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D3C is #79D2C3. Grayscale: #494949. Windows color (decimal): -7983812 or 3943814. OLE color: 3943814.

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

Color convert

RGB1344560-
CMYK00.660.550.47
HSL349.89º49.72%35.1%-
HSV(B)349.89º66.42%52.55%-
XYZ11.597.275.07-
YUV73.32120.49171.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.07%
GREEN value IS 45 (17.97% from 255) = 18.83%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=56.07%
G=18.83%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134456000.660.550.47349.8949.7235.1
Hex862D3C042372F15e3223
Octal2065574010267575366243
Binary1000011010110111110001000010110111101111101011110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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