#851037

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

Shades of Scarlett #851037

Tints of Scarlett #851037

Color information

#851037 (or 0x851037) is unknown color: approx Scarlett. HEX triplet: 85, 10 and 37. RGB value is (133,16,55). Sum of RGB (Red+Green+Blue) = 133+16+55=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #851037 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851037 is #7AEFC8. Grayscale: #373737. Windows color (decimal): -8056777 or 3608709. OLE color: 3608709.

HSL color Cylindrical-coordinate representation of color #851037: hue angle of 340º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851037 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1331655-
CMYK00.880.590.48
HSL340º78.52%29.22%-
HSV(B)340º87.97%52.16%-
XYZ10.555.634.15-
YUV55.43127.76183.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.20%
GREEN value IS 16 (6.64% from 255) = 7.84%
BLUE value IS 55 (21.88% from 255) = 26.96%
R=65.20%
G=7.84%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133165500.880.590.4834078.5229.22
Hex8510370583B301544f1d
Octal20520670130736052411735
Binary100001011000011011101011000111011110000101010100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851037; }

 p { color: rgb(133,16,55); }

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

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

 a { background-color: rgb(133,16,55); }

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

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

 span { border-color: rgb(133,16,55); }

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