#861838

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

Shades of Shiraz #861838

Tints of Shiraz #861838

Color information

#861838 (or 0x861838) is unknown color: approx Shiraz. HEX triplet: 86, 18 and 38. RGB value is (134,24,56). Sum of RGB (Red+Green+Blue) = 134+24+56=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #861838 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861838 is #79E7C7. Grayscale: #3C3C3C. Windows color (decimal): -7989192 or 3676294. OLE color: 3676294.

HSL color Cylindrical-coordinate representation of color #861838: hue angle of 342.55º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #861838 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB1342456-
CMYK00.820.580.47
HSL342.55º69.62%30.98%-
HSV(B)342.55º82.09%52.55%-
XYZ10.876.014.33-
YUV60.54125.44180.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.62%
GREEN value IS 24 (9.77% from 255) = 11.21%
BLUE value IS 56 (22.27% from 255) = 26.17%
R=62.62%
G=11.21%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134245600.820.580.47342.5569.6230.98
Hex8618380523A2F157461f
Octal20630700122725752710637
Binary100001101100011100001010010111010101111101010111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861838; }

 p { color: rgb(134,24,56); }

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

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

 a { background-color: rgb(134,24,56); }

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

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

 span { border-color: rgb(134,24,56); }

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