#86123D

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

Shades of Scarlett #86123D

Tints of Scarlett #86123D

Color information

#86123D (or 0x86123D) is unknown color: approx Scarlett. HEX triplet: 86, 12 and 3D. RGB value is (134,18,61). Sum of RGB (Red+Green+Blue) = 134+18+61=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #86123D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86123D is #79EDC2. Grayscale: #393939. Windows color (decimal): -7990723 or 4002438. OLE color: 4002438.

HSL color Cylindrical-coordinate representation of color #86123D: hue angle of 337.76º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86123D is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1341861-
CMYK00.870.540.47
HSL337.76º76.32%29.8%-
HSV(B)337.76º86.57%52.55%-
XYZ10.895.844.97-
YUV57.59129.93182.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.91%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 61 (24.22% from 255) = 28.64%
R=62.91%
G=8.45%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134186100.870.540.47337.7676.3229.8
Hex86123D057362F1524c1e
Octal20622750127665752211436
Binary100001101001011110101010111110110101111101010010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86123D; }

 p { color: rgb(134,18,61); }

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

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

 a { background-color: rgb(134,18,61); }

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

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

 span { border-color: rgb(134,18,61); }

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