#850012

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

Shades of Sangria #850012

Tints of Sangria #850012

Color information

#850012 (or 0x850012) is unknown color: approx Sangria. HEX triplet: 85, 00 and 12. RGB value is (133,0,18). Sum of RGB (Red+Green+Blue) = 133+0+18=151 (20% of max value = 765). Red value is 133 (52.34% from 255 or 88.08% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 133 - color contains mainly: red. Hex color #850012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850012 is #7AFFED. Grayscale: #292929. Windows color (decimal): -8060910 or 1179781. OLE color: 1179781.

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

Color convert

RGB133018-
CMYK010.860.48
HSL351.88º100%26.08%-
HSV(B)351.88º100%52.16%-
XYZ9.785.031.03-
YUV41.82114.56193.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 88.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 18 (7.42% from 255) = 11.92%
R=88.08%
G=0%
B=11.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133018010.860.48351.8810026.08
Hex850120645630160641a
Octal20502201441266054014432
Binary10000101010010011001001010110110000101100000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850012; }

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

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

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

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

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

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

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

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