#862D34

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

Shades of Shiraz #862D34

Tints of Shiraz #862D34

Color information

#862D34 (or 0x862D34) is unknown color: approx Shiraz. HEX triplet: 86, 2D and 34. RGB value is (134,45,52). Sum of RGB (Red+Green+Blue) = 134+45+52=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #862D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D34 is #79D2CB. Grayscale: #484848. Windows color (decimal): -7983820 or 3419526. OLE color: 3419526.

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

Color convert

RGB1344552-
CMYK00.660.610.47
HSL355.28º49.72%35.1%-
HSV(B)355.28º66.42%52.55%-
XYZ11.397.194.04-
YUV72.41116.49171.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.01%
GREEN value IS 45 (17.97% from 255) = 19.48%
BLUE value IS 52 (20.70% from 255) = 22.51%
R=58.01%
G=19.48%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134455200.660.610.47355.2849.7235.1
Hex862D340423D2F1633223
Octal2065564010275575436243
Binary1000011010110111010001000010111101101111101100011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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