#861F30

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

Shades of Shiraz #861F30

Tints of Shiraz #861F30

Color information

#861F30 (or 0x861F30) is unknown color: approx Shiraz. HEX triplet: 86, 1F and 30. RGB value is (134,31,48). Sum of RGB (Red+Green+Blue) = 134+31+48=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #861F30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861F30 is #79E0CF. Grayscale: #3F3F3F. Windows color (decimal): -7987408 or 3153798. OLE color: 3153798.

HSL color Cylindrical-coordinate representation of color #861F30: hue angle of 350.1º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #861F30 is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1343148-
CMYK00.770.640.47
HSL350.1º62.42%32.35%-
HSV(B)350.1º76.87%52.55%-
XYZ10.866.263.43-
YUV63.73119.12178.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.91%
GREEN value IS 31 (12.5% from 255) = 14.55%
BLUE value IS 48 (19.14% from 255) = 22.54%
R=62.91%
G=14.55%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134314800.770.640.47350.162.4232.35
Hex861F3004D402F15e3e20
Octal20637600115100575367640
Binary1000011011111110000010011011000000101111101011110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861F30; }

 p { color: rgb(134,31,48); }

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

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

 a { background-color: rgb(134,31,48); }

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

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

 span { border-color: rgb(134,31,48); }

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