#86133A

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

Shades of Scarlett #86133A

Tints of Scarlett #86133A

Color information

#86133A (or 0x86133A) is unknown color: approx Scarlett. HEX triplet: 86, 13 and 3A. RGB value is (134,19,58). Sum of RGB (Red+Green+Blue) = 134+19+58=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 19 (7.81% from 255 or 9.00% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #86133A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86133A is #79ECC5. Grayscale: #393939. Windows color (decimal): -7990470 or 3806086. OLE color: 3806086.

HSL color Cylindrical-coordinate representation of color #86133A: hue angle of 339.65º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86133A is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1341958-
CMYK00.860.570.47
HSL339.65º75.16%30%-
HSV(B)339.65º85.82%52.55%-
XYZ10.835.844.56-
YUV57.83128.1182.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.51%
GREEN value IS 19 (7.81% from 255) = 9.00%
BLUE value IS 58 (23.05% from 255) = 27.49%
R=63.51%
G=9.00%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134195800.860.570.47339.6575.1630
Hex86133A056392F1544b1e
Octal20623720126715752411336
Binary100001101001111101001010110111001101111101010100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86133A; }

 p { color: rgb(134,19,58); }

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

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

 a { background-color: rgb(134,19,58); }

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

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

 span { border-color: rgb(134,19,58); }

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