#86103B

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

Shades of Scarlett #86103B

Tints of Scarlett #86103B

Color information

#86103B (or 0x86103B) is unknown color: approx Scarlett. HEX triplet: 86, 10 and 3B. RGB value is (134,16,59). Sum of RGB (Red+Green+Blue) = 134+16+59=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #86103B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86103B is #79EFC4. Grayscale: #383838. Windows color (decimal): -7991237 or 3870854. OLE color: 3870854.

HSL color Cylindrical-coordinate representation of color #86103B: hue angle of 338.14º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86103B is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1341659-
CMYK00.880.560.47
HSL338.14º78.67%29.41%-
HSV(B)338.14º88.06%52.55%-
XYZ10.815.754.68-
YUV56.18129.59183.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.11%
GREEN value IS 16 (6.64% from 255) = 7.66%
BLUE value IS 59 (23.44% from 255) = 28.23%
R=64.11%
G=7.66%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134165900.880.560.47338.1478.6729.41
Hex86103B058382F1524f1d
Octal20620730130705752211735
Binary100001101000011101101011000111000101111101010010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86103B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86103B; }

 p { color: rgb(134,16,59); }

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

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

 a { background-color: rgb(134,16,59); }

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

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

 span { border-color: rgb(134,16,59); }

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