#851015

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

Shades of Sangria #851015

Tints of Sangria #851015

Color information

#851015 (or 0x851015) is unknown color: approx Sangria. HEX triplet: 85, 10 and 15. RGB value is (133,16,21). Sum of RGB (Red+Green+Blue) = 133+16+21=170 (22% of max value = 765). Red value is 133 (52.34% from 255 or 78.24% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 133 - color contains mainly: red. Hex color #851015 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851015 is #7AEFEA. Grayscale: #333333. Windows color (decimal): -8056811 or 1380485. OLE color: 1380485.

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

Color convert

RGB1331621-
CMYK00.880.840.48
HSL357.44º78.52%29.22%-
HSV(B)357.44º87.97%52.16%-
XYZ9.995.411.23-
YUV51.55110.76186.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 78.24%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 21 (8.59% from 255) = 12.35%
R=78.24%
G=9.41%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133162100.880.840.48357.4478.5229.22
Hex85101505854301654f1d
Octal205202501301246054511735
Binary100001011000010101010110001010100110000101100101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851015; }

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

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

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

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

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

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

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

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