#851A37

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

Shades of Scarlett #851A37

Tints of Scarlett #851A37

Color information

#851A37 (or 0x851A37) is unknown color: approx Scarlett. HEX triplet: 85, 1A and 37. RGB value is (133,26,55). Sum of RGB (Red+Green+Blue) = 133+26+55=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #851A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851A37 is #7AE5C8. Grayscale: #3D3D3D. Windows color (decimal): -8054217 or 3611269. OLE color: 3611269.

HSL color Cylindrical-coordinate representation of color #851A37: hue angle of 343.74º 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 #851A37 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1332655-
CMYK00.800.590.48
HSL343.74º67.3%31.18%-
HSV(B)343.74º80.45%52.16%-
XYZ10.7364.21-
YUV61.3124.45179.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.15%
GREEN value IS 26 (10.55% from 255) = 12.15%
BLUE value IS 55 (21.88% from 255) = 25.70%
R=62.15%
G=12.15%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133265500.800.590.48343.7467.331.18
Hex851A370503B30158431f
Octal20532670120736053010337
Binary100001011101011011101010000111011110000101011000100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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