#851012

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

Shades of Sangria #851012

Tints of Sangria #851012

Color information

#851012 (or 0x851012) is unknown color: approx Sangria. HEX triplet: 85, 10 and 12. RGB value is (133,16,18). Sum of RGB (Red+Green+Blue) = 133+16+18=167 (22% of max value = 765). Red value is 133 (52.34% from 255 or 79.64% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 18 (7.42% from 255 or 10.78% from 167); Max value from RGB is 133 - color contains mainly: red. Hex color #851012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851012 is #7AEFED. Grayscale: #333333. Windows color (decimal): -8056814 or 1183877. OLE color: 1183877.

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

Color convert

RGB1331618-
CMYK00.880.860.48
HSL358.97º78.52%29.22%-
HSV(B)358.97º87.97%52.16%-
XYZ9.975.41.09-
YUV51.21109.26186.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 79.64%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 18 (7.42% from 255) = 10.78%
R=79.64%
G=9.58%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133161800.880.860.48358.9778.5229.22
Hex85101205856301674f1d
Octal205202201301266054711735
Binary100001011000010010010110001010110110000101100111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851012; }

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

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

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

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

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

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

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

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