#851239

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

Shades of Scarlett #851239

Tints of Scarlett #851239

Color information

#851239 (or 0x851239) is unknown color: approx Scarlett. HEX triplet: 85, 12 and 39. RGB value is (133,18,57). Sum of RGB (Red+Green+Blue) = 133+18+57=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 57 (22.66% from 255 or 27.40% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #851239 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851239 is #7AEDC6. Grayscale: #383838. Windows color (decimal): -8056263 or 3740293. OLE color: 3740293.

HSL color Cylindrical-coordinate representation of color #851239: hue angle of 339.65º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #851239 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB1331857-
CMYK00.860.570.48
HSL339.65º76.16%29.61%-
HSV(B)339.65º86.47%52.16%-
XYZ10.635.714.41-
YUV56.83128.1182.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.94%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 57 (22.66% from 255) = 27.40%
R=63.94%
G=8.65%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133185700.860.570.48339.6576.1629.61
Hex85123905639301544c1e
Octal20522710126716052411436
Binary100001011001011100101010110111001110000101010100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851239; }

 p { color: rgb(133,18,57); }

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

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

 a { background-color: rgb(133,18,57); }

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

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

 span { border-color: rgb(133,18,57); }

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