#862D33

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

Shades of Shiraz #862D33

Tints of Shiraz #862D33

Color information

#862D33 (or 0x862D33) is unknown color: approx Shiraz. HEX triplet: 86, 2D and 33. RGB value is (134,45,51). Sum of RGB (Red+Green+Blue) = 134+45+51=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 51 (20.31% from 255 or 22.17% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #862D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D33 is #79D2CC. Grayscale: #484848. Windows color (decimal): -7983821 or 3353990. OLE color: 3353990.

HSL color Cylindrical-coordinate representation of color #862D33: hue angle of 355.96º 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 #862D33 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1344551-
CMYK00.660.620.47
HSL355.96º49.72%35.1%-
HSV(B)355.96º66.42%52.55%-
XYZ11.377.183.92-
YUV72.29115.99172.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.26%
GREEN value IS 45 (17.97% from 255) = 19.57%
BLUE value IS 51 (20.31% from 255) = 22.17%
R=58.26%
G=19.57%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134455100.660.620.47355.9649.7235.1
Hex862D330423E2F1643223
Octal2065563010276575446243
Binary1000011010110111001101000010111110101111101100100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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