#850915

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

Shades of Sangria #850915

Tints of Sangria #850915

Color information

#850915 (or 0x850915) is unknown color: approx Sangria. HEX triplet: 85, 09 and 15. RGB value is (133,9,21). Sum of RGB (Red+Green+Blue) = 133+9+21=163 (21% of max value = 765). Red value is 133 (52.34% from 255 or 81.60% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 133 - color contains mainly: red. Hex color #850915 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #850915 is #7AF6EA. Grayscale: #2F2F2F. Windows color (decimal): -8058603 or 1378693. OLE color: 1378693.

HSL color Cylindrical-coordinate representation of color #850915: hue angle of 354.19º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850915 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB133921-
CMYK00.930.840.48
HSL354.19º87.32%27.84%-
HSV(B)354.19º93.23%52.16%-
XYZ9.915.241.2-
YUV47.44113.08189.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 81.60%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 21 (8.59% from 255) = 12.88%
R=81.60%
G=5.52%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13392100.930.840.48354.1987.3227.84
Hex8591505D5430162571c
Octal205112501351246054212734
Binary10000101100110101010111011010100110000101100010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #850915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #850915; }

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

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

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

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

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

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

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

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