#861636

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

Shades of Scarlett #861636

Tints of Scarlett #861636

Color information

#861636 (or 0x861636) is unknown color: approx Scarlett. HEX triplet: 86, 16 and 36. RGB value is (134,22,54). Sum of RGB (Red+Green+Blue) = 134+22+54=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #861636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861636 is #79E9C9. Grayscale: #3B3B3B. Windows color (decimal): -7989706 or 3544710. OLE color: 3544710.

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

Color convert

RGB1342254-
CMYK00.840.600.47
HSL342.86º71.79%30.59%-
HSV(B)342.86º83.58%52.55%-
XYZ10.785.914.06-
YUV59.14125.11181.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.81%
GREEN value IS 22 (8.98% from 255) = 10.48%
BLUE value IS 54 (21.48% from 255) = 25.71%
R=63.81%
G=10.48%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134225400.840.600.47342.8671.7930.59
Hex8616360543C2F157481f
Octal20626660124745752711037
Binary100001101011011011001010100111100101111101010111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861636; }

 p { color: rgb(134,22,54); }

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

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

 a { background-color: rgb(134,22,54); }

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

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

 span { border-color: rgb(134,22,54); }

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