#861B2C

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

Shades of Scarlett #861B2C

Tints of Scarlett #861B2C

Color information

#861B2C (or 0x861B2C) is unknown color: approx Scarlett. HEX triplet: 86, 1B and 2C. RGB value is (134,27,44). Sum of RGB (Red+Green+Blue) = 134+27+44=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 27 (10.94% from 255 or 13.17% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #861B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861B2C is #79E4D3. Grayscale: #3C3C3C. Windows color (decimal): -7988436 or 2890630. OLE color: 2890630.

HSL color Cylindrical-coordinate representation of color #861B2C: hue angle of 350.47º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #861B2C is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1342744-
CMYK00.800.670.47
HSL350.47º66.46%31.57%-
HSV(B)350.47º79.85%52.55%-
XYZ10.686.032.98-
YUV60.93118.45180.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.37%
GREEN value IS 27 (10.94% from 255) = 13.17%
BLUE value IS 44 (17.58% from 255) = 21.46%
R=65.37%
G=13.17%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134274400.800.670.47350.4766.4631.57
Hex861B2C050432F15e4220
Octal206335401201035753610240
Binary10000110110111011000101000010000111011111010111101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,27,44); }

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

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

 a { background-color: rgb(134,27,44); }

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

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

 span { border-color: rgb(134,27,44); }

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