#862531

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

Shades of Shiraz #862531

Tints of Shiraz #862531

Color information

#862531 (or 0x862531) is unknown color: approx Shiraz. HEX triplet: 86, 25 and 31. RGB value is (134,37,49). Sum of RGB (Red+Green+Blue) = 134+37+49=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #862531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862531 is #79DACE. Grayscale: #434343. Windows color (decimal): -7985871 or 3220870. OLE color: 3220870.

HSL color Cylindrical-coordinate representation of color #862531: hue angle of 352.58º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #862531 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1343749-
CMYK00.720.630.47
HSL352.58º56.73%33.53%-
HSV(B)352.58º72.39%52.55%-
XYZ11.056.613.6-
YUV67.37117.64175.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 60.91%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 49 (19.53% from 255) = 22.27%
R=60.91%
G=16.82%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134374900.720.630.47352.5856.7333.53
Hex8625310483F2F1613922
Octal2064561011077575417142
Binary1000011010010111000101001000111111101111101100001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862531; }

 p { color: rgb(134,37,49); }

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

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

 a { background-color: rgb(134,37,49); }

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

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

 span { border-color: rgb(134,37,49); }

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