#861730

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

Shades of Scarlett #861730

Tints of Scarlett #861730

Color information

#861730 (or 0x861730) is unknown color: approx Scarlett. HEX triplet: 86, 17 and 30. RGB value is (134,23,48). Sum of RGB (Red+Green+Blue) = 134+23+48=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #861730 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861730 is #79E8CF. Grayscale: #3B3B3B. Windows color (decimal): -7989456 or 3151750. OLE color: 3151750.

HSL color Cylindrical-coordinate representation of color #861730: hue angle of 346.49º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #861730 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1342348-
CMYK00.830.640.47
HSL346.49º70.7%30.78%-
HSV(B)346.49º82.84%52.55%-
XYZ10.675.893.37-
YUV59.04121.77181.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.37%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 48 (19.14% from 255) = 23.41%
R=65.37%
G=11.22%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134234800.830.640.47346.4970.730.78
Hex861730053402F15a471f
Octal206276001231005753210737
Binary1000011010111110000010100111000000101111101011010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861730; }

 p { color: rgb(134,23,48); }

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

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

 a { background-color: rgb(134,23,48); }

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

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

 span { border-color: rgb(134,23,48); }

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