#851218

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

Shades of Sangria #851218

Tints of Sangria #851218

Color information

#851218 (or 0x851218) is unknown color: approx Sangria. HEX triplet: 85, 12 and 18. RGB value is (133,18,24). Sum of RGB (Red+Green+Blue) = 133+18+24=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #851218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #851218 is #7AEDE7. Grayscale: #353535. Windows color (decimal): -8056296 or 1577605. OLE color: 1577605.

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

Color convert

RGB1331824-
CMYK00.860.820.48
HSL356.87º76.16%29.61%-
HSV(B)356.87º86.47%52.16%-
XYZ10.055.491.39-
YUV53.07111.6185.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 76%
GREEN value IS 18 (7.42% from 255) = 10.29%
BLUE value IS 24 (9.77% from 255) = 13.71%
R=76%
G=10.29%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133182400.860.820.48356.8776.1629.61
Hex85121805652301654c1e
Octal205223001261226054511436
Binary100001011001011000010101101010010110000101100101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851218; }

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

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

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

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

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

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

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

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