#861426

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

Shades of Scarlett #861426

Tints of Scarlett #861426

Color information

#861426 (or 0x861426) is unknown color: approx Scarlett. HEX triplet: 86, 14 and 26. RGB value is (134,20,38). Sum of RGB (Red+Green+Blue) = 134+20+38=192 (25% of max value = 765). Red value is 134 (52.73% from 255 or 69.79% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 38 (15.23% from 255 or 19.79% from 192); Max value from RGB is 134 - color contains mainly: red. Hex color #861426 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861426 is #79EBD9. Grayscale: #383838. Windows color (decimal): -7990234 or 2495622. OLE color: 2495622.

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

Color convert

RGB1342038-
CMYK00.850.720.47
HSL350.53º74.03%30.2%-
HSV(B)350.53º85.07%52.55%-
XYZ10.435.712.39-
YUV56.14117.77183.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 69.79%
GREEN value IS 20 (8.20% from 255) = 10.42%
BLUE value IS 38 (15.23% from 255) = 19.79%
R=69.79%
G=10.42%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134203800.850.720.47350.5374.0330.2
Hex861426055482F15f4a1e
Octal206244601251105753711236
Binary1000011010100100110010101011001000101111101011111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861426; }

 p { color: rgb(134,20,38); }

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

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

 a { background-color: rgb(134,20,38); }

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

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

 span { border-color: rgb(134,20,38); }

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