#851A31

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

Shades of Scarlett #851A31

Tints of Scarlett #851A31

Color information

#851A31 (or 0x851A31) is unknown color: approx Scarlett. HEX triplet: 85, 1A and 31. RGB value is (133,26,49). Sum of RGB (Red+Green+Blue) = 133+26+49=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 26 (10.55% from 255 or 12.5% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #851A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851A31 is #7AE5CE. Grayscale: #3C3C3C. Windows color (decimal): -8054223 or 3218053. OLE color: 3218053.

HSL color Cylindrical-coordinate representation of color #851A31: hue angle of 347.1º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851A31 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB1332649-
CMYK00.800.630.48
HSL347.1º67.3%31.18%-
HSV(B)347.1º80.45%52.16%-
XYZ10.65.953.5-
YUV60.61121.45179.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.94%
GREEN value IS 26 (10.55% from 255) = 12.5%
BLUE value IS 49 (19.53% from 255) = 23.56%
R=63.94%
G=12.5%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133264900.800.630.48347.167.331.18
Hex851A310503F3015b431f
Octal20532610120776053310337
Binary100001011101011000101010000111111110000101011011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851A31; }

 p { color: rgb(133,26,49); }

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

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

 a { background-color: rgb(133,26,49); }

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

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

 span { border-color: rgb(133,26,49); }

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