#851038

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

Shades of Scarlett #851038

Tints of Scarlett #851038

Color information

#851038 (or 0x851038) is unknown color: approx Scarlett. HEX triplet: 85, 10 and 38. RGB value is (133,16,56). Sum of RGB (Red+Green+Blue) = 133+16+56=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #851038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #851038 is #7AEFC7. Grayscale: #373737. Windows color (decimal): -8056776 or 3674245. OLE color: 3674245.

HSL color Cylindrical-coordinate representation of color #851038: hue angle of 339.49º 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 #851038 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1331656-
CMYK00.880.580.48
HSL339.49º78.52%29.22%-
HSV(B)339.49º87.97%52.16%-
XYZ10.575.644.27-
YUV55.54128.26183.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.88%
GREEN value IS 16 (6.64% from 255) = 7.80%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=64.88%
G=7.80%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133165600.880.580.48339.4978.5229.22
Hex8510380583A301534f1d
Octal20520700130726052311735
Binary100001011000011100001011000111010110000101010011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851038; }

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

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

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

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

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

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

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

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