#851C31

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

Shades of Scarlett #851C31

Tints of Scarlett #851C31

Color information

#851C31 (or 0x851C31) is unknown color: approx Scarlett. HEX triplet: 85, 1C and 31. RGB value is (133,28,49). Sum of RGB (Red+Green+Blue) = 133+28+49=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #851C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C31 is #7AE3CE. Grayscale: #3D3D3D. Windows color (decimal): -8053711 or 3218565. OLE color: 3218565.

HSL color Cylindrical-coordinate representation of color #851C31: hue angle of 348º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #851C31 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB1332849-
CMYK00.790.630.48
HSL348º65.22%31.57%-
HSV(B)348º78.95%52.16%-
XYZ10.646.043.51-
YUV61.79120.79178.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.33%
GREEN value IS 28 (11.33% from 255) = 13.33%
BLUE value IS 49 (19.53% from 255) = 23.33%
R=63.33%
G=13.33%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133284900.790.630.4834865.2231.57
Hex851C3104F3F3015c4120
Octal20534610117776053410140
Binary1000010111100110001010011111111111100001010111001000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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