#862833

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

Shades of Shiraz #862833

Tints of Shiraz #862833

Color information

#862833 (or 0x862833) is unknown color: approx Shiraz. HEX triplet: 86, 28 and 33. RGB value is (134,40,51). Sum of RGB (Red+Green+Blue) = 134+40+51=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 51 (20.31% from 255 or 22.67% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #862833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862833 is #79D7CC. Grayscale: #454545. Windows color (decimal): -7985101 or 3352710. OLE color: 3352710.

HSL color Cylindrical-coordinate representation of color #862833: hue angle of 352.98º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #862833 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1344051-
CMYK00.700.620.47
HSL352.98º54.02%34.12%-
HSV(B)352.98º70.15%52.55%-
XYZ11.196.823.86-
YUV69.36117.64174.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.56%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 51 (20.31% from 255) = 22.67%
R=59.56%
G=17.78%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134405100.700.620.47352.9854.0234.12
Hex8628330463E2F1613622
Octal2065063010676575416642
Binary1000011010100011001101000110111110101111101100001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862833; }

 p { color: rgb(134,40,51); }

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

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

 a { background-color: rgb(134,40,51); }

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

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

 span { border-color: rgb(134,40,51); }

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