#861A2F

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

Shades of Scarlett #861A2F

Tints of Scarlett #861A2F

Color information

#861A2F (or 0x861A2F) is unknown color: approx Scarlett. HEX triplet: 86, 1A and 2F. RGB value is (134,26,47). Sum of RGB (Red+Green+Blue) = 134+26+47=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #861A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861A2F is #79E5D0. Grayscale: #3C3C3C. Windows color (decimal): -7988689 or 3086982. OLE color: 3086982.

HSL color Cylindrical-coordinate representation of color #861A2F: hue angle of 348.33º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #861A2F is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1342647-
CMYK00.810.650.47
HSL348.33º67.5%31.37%-
HSV(B)348.33º80.6%52.55%-
XYZ10.716.013.29-
YUV60.69120.28180.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.73%
GREEN value IS 26 (10.55% from 255) = 12.56%
BLUE value IS 47 (18.75% from 255) = 22.71%
R=64.73%
G=12.56%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134264700.810.650.47348.3367.531.37
Hex861A2F051412F15c441f
Octal206325701211015753410437
Binary1000011011010101111010100011000001101111101011100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,26,47); }

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

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

 a { background-color: rgb(134,26,47); }

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

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

 span { border-color: rgb(134,26,47); }

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