#86192D

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

Shades of Scarlett #86192D

Tints of Scarlett #86192D

Color information

#86192D (or 0x86192D) is unknown color: approx Scarlett. HEX triplet: 86, 19 and 2D. RGB value is (134,25,45). Sum of RGB (Red+Green+Blue) = 134+25+45=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 45 (17.97% from 255 or 22.06% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #86192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86192D is #79E6D2. Grayscale: #3B3B3B. Windows color (decimal): -7988947 or 2955654. OLE color: 2955654.

HSL color Cylindrical-coordinate representation of color #86192D: hue angle of 348.99º degrees, saturation: 0.69, 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 #86192D is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1342545-
CMYK00.810.660.47
HSL348.99º68.55%31.18%-
HSV(B)348.99º81.34%52.55%-
XYZ10.655.953.07-
YUV59.87119.61180.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.69%
GREEN value IS 25 (10.16% from 255) = 12.25%
BLUE value IS 45 (17.97% from 255) = 22.06%
R=65.69%
G=12.25%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134254500.810.660.47348.9968.5531.18
Hex86192D051422F15d451f
Octal206315501211025753510537
Binary1000011011001101101010100011000010101111101011101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,25,45); }

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

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

 a { background-color: rgb(134,25,45); }

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

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

 span { border-color: rgb(134,25,45); }

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